This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]