Search Results

3
votes

XSL:decimal-format with multiple possible formats

In XSLT, format-number is an ordinary XPath function that takes strings as its second and third argument. These strings need not be specified as constants in the stylesheet -- they ca …
1
vote

Performing XML Transformations in Flex

In AIR 1.5, a version of Webkit with support for XSLT is included. Use the class XSLTProcessor from JavaScript just like you would in Firefox. (Note: There is one annoying bug. …