I have two components I'd like to use in my Flex piece that were developed by two different companies. They both use essentially the same information, but they want it formatted in two different XML formats. My life would be a lot simpler if I could apply XSLT to the XML after it is loaded into Flex and simply transform it from one kind of XML to another. This Flex will be embedded into an ActiveX control in a different program, so there will be no server or browser involved. The XML will be fed in from that program, which will read it from the local hard drive.
Thanks; Amy

