|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Getting encoding error on, Lars Huttar | Thread | RE: [xsl] Getting encoding error on, Ragulf Pickaxe |
| [xsl] XML merge, Molnar Agnes | Date | Re: [xsl] xsl fo - problem opening , Wendell Piez |
| Month |