[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XML in String value
Hi John, > Is it possible to use a string value instead of an XML file when > applying an XSL file. The XSL file appears to be parsing the XML if > I put the XML string into a file but does not if I have it in a > string To load XML from a string rather than a file, you need to use the loadXML() method rather than the load() method. So try: oXmlDoc.loadXML(sXml) instead. Cheers, Jeni --- Jeni Tennison http://www.jenitennison.com/ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|