Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


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

From: Justin Friedl <justin.friedl@------------->
To:
Date: 6/1/2000 5:41:00 AM
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


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent