Subject: RE: Hiding the XSL ?
From: Ben Robb <Ben@xxxxxxxxxx>
Date: Mon, 21 Aug 2000 12:41:35 +0100
|
> Is any one aware of a way whereby I could load my
> XSL as a string using MSXML.
MSXML has a DOM method (loadXML) where you can pass in a string of
well-formed XML and load it into memory as an XMLDOMDocument.
Set objXML = CreateObject("MSXML2.DOMDocument")
objXML.async = false
objXML.loadXML(xmlstring)
Ben
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
bmadi_1 - Sat, 19 Aug 2000 10:06:11 +0530
Ben Robb - Mon, 21 Aug 2000 12:41:35 +0100 <=
|
|