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. …
