Subject: Re: XML in String value
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Tue, 22 Jan 2002 19:04:39 +0000
|
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
|