I want to convert XML into SVG-XML using XSL in IE5.5

Subject: I want to convert XML into SVG-XML using XSL in IE5.5
From: Justin Friedl <justin.friedl@xxxxxxxxxxxxx>
Date: Thu, 1 Jun 2000 12:40:44 -0700
I want to convert XML into another XML using XSL in IE5.5 is this possible?

here is the code but it doesn't work it just outputs this style sheet.

<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
  <xsl:output method="xml" />
  <xsl:template match="/">
  <svg width="100%" height="100%" enableZoomAndPanControls="true"
preserveAspectRatio="xMidYMid meet"
xmlns="http://www.w3.org/2000/svg10-20000303-stylable";>
  <rect style="stroke:#000000; stroke-width:1; stroke-opacity:1;
fill:#000000; fill-opacity:1" x="0" y="0" width="250"   height="500" />
  </svg>
  </xsl:template>
</xsl:stylesheet>


> 	Justin Friedl
> 	Software Engineer
> 	Web and eCommerce
> 	Supply Chain Division
> 	Aspen Technology
> 	19204 North Creek Parkway
> 	Bothell, WA 98011
> 	425-492-2379
> 	425-492-2125 (fax)
> 	mailto:justin.friedl@xxxxxxxxxxxxx
> 
> 


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


Current Thread