xsl-list
[Top] [All Lists]

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

2002-11-21 12:24:13
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="{(_at_)NAME}" width="{(_at_)WIDTH}" height="{(_at_)HEIGHT}">
  </object>
</xsl:template>


Greg Faron
Integre Technical Publishing Co.



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



<Prev in Thread] Current Thread [Next in Thread>