RE: [xsl] Getting encoding error on svg output

Subject: RE: [xsl] Getting encoding error on svg output
From: Américo Albuquerque <aalbuquerque@xxxxxxxxxxxxxxxx>
Date: Wed, 14 May 2003 17:54:25 +0100
Hi

(...)
> 
> <!-- Asp file -->
> <%
> set oXml = Server.CreateObject("MSXML2.DOMDocument")
> oXml.async = false
> set oXsl = Server.CreateObject("MSXML2.DOMDocument")
> oXsl.async = false
> call oXml.load(Server.MapPath("source.xml"))
> call oXsl.load(Server.MapPath("stylesheet.xsl"))
> Response.Write(oXml.transformNode(oXsl))

Use this instead:
oXml.transformNodeToObject(oXsl,Response)

(...)




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


Current Thread