Search Results

6
votes

XML Parsing Problem

Short answer: You're doing it wrong. Your question confuses two separate issues: Parsing of data that is not well-formed XML at all, i.e. …
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. …