|
Subject: Re: [xsl] How do I display an SVG file using XSLT? From: Greg Faron <gfaron@xxxxxxxxxxxxxxxxxx> Date: Thu, 21 Nov 2002 12:15:49 -0700 |
Forgetting for the moment the SVG issues, you're basically asking: How do I convert the element
<image NAME="images/svg_test.svg" WIDTH="219" HEIGHT="174" />
<object data="images/svg_test.svg" width="219" height="174" type="image/svg+xml"></object>
<xsl:attribute name="type">
<xsl:value-of select="image/svg+xml" />
</xsl:attribute>
Greg Faron Integre Technical Publishing Co.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] How do I display an SVG file , Mark Griffin | Thread | Re: [xsl] How do I display an SVG f, Greg Faron |
| [xsl] How do I display an SVG file , Mark Griffin | Date | Re: [xsl] How do I display an SVG f, Greg Faron |
| Month |