|
Subject: [xsl] Getting encoding error on svg output From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx> Date: Mon, 12 May 2003 12:15:13 +0000 |
<!-- 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))
%><!-- source --> <?xml version="1.0"?> <root> <Empty/> </root>
<svg width='5cm' height='4cm'>
<style type="text/css">
rect {
stroke: black;
stroke-width: 3;
stroke-dasharray: 20, 5, 7, 5;
fill: #fcf;
}
</style>
<rect x='0.5cm' y='0.5cm' width='4cm' height='3cm' />
</svg>
</xsl:stylesheet>Regards, Ragulf Pickaxe
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Re: What is the best way , David . Pawson | Thread | RE: [xsl] Getting encoding error on, Lars Huttar |
| Re: [xsl] XSLT In the Build Process, Tony Graham | Date | Re: [xsl] XSLT In the Build Process, G. Ken Holman |
| Month |