← Prev in month ← Prev in thread

Re: [xml-dev] can we load xsl as a string in xmldom....

From
Paul Spencer <>
To
Date
2003-01-08T19:18:03Z
ID
<>
Thread
Re: [xml-dev] can we load xsl as a string in xmldom....
On Wed, 8 Jan 2003 11:23:24 -0800, you wrote:

>  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.
>
>PLZ HELP

This would be better asked in the public.microsoft.xml newsgroup, but
an answer is that style.xml is a string. Since you are working in an
all-Microsoft environment, the fact that this is a proprietary
extension to the XML DOM should not worry you.

Regards

Paul Spencer
← Prev in month ← Prev in thread