This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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@aspentech.com
> 
> 


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]