[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] xml.load style file problem


Subject: RE: [xsl] xml.load style file problem
From: Edward.Middleton@xxxxxxxxxxx
Date: Wed, 8 Jan 2003 15:33:45 +0900

>    set  style = Server.CreateObject("Microsoft.XMLDOM")
>    style.async = false
>    style.load styleFile
>
>this code is to used to load the xsl file in dom ... where the styleFile is
>the path of xsl file ... i there any way that we should give the whole xsl
>as a string after reading the xsl file through fso in that string.

I don't really understand your question but I think you are looking for one of the following

.loadXML(string) method
which loads the xml document from the supplied string
e.g.
	style.loadXML(xmlstring)

.xml property
which is the string representation of the xml file.

e.g. 
	xmlstring = style.xml

Edward Middleton

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords