Re: [xsl] How do I display an SVG file using XSLT?

Subject: Re: [xsl] How do I display an SVG file using XSLT?
From: Greg Faron <gfaron@xxxxxxxxxxxxxxxxxx>
Date: Thu, 21 Nov 2002 12:24:13 -0700
At 11:51 AM 11/21/2002, I wrote:
Your whole template above can be written as:
[snip]

Sorry, I sent that last letter before I was done optimizing. This is where I was going after using attribute-value-templates:


<xsl:template match="image">
<object type="image/svg+xml" data="{@NAME}" width="{@WIDTH}" height="{@HEIGHT}">
</object>
</xsl:template>



Greg Faron Integre Technical Publishing Co.



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


Current Thread