|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: Hiding the XSL ?, Chris Bayes | Thread | checking for tag/attribute that cou, Eric Taylor |
| RE: Understanding xsl:key, Chris Bayes | Date | Manipulation of XSL attributes, ciaran byrne |
| Month |