xsl-list
[Top] [All Lists]

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

2002-11-21 15:09:23
Thankyou Greg.  I'm a lot closer now - at least it is trying to load the svg
file (it only gets part of it though - the background rectangle).

Mark G.

----- Original Message -----
From: "Greg Faron" <gfaron(_at_)integretechpub(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Thursday, November 21, 2002 12:24 PM
Subject: Re: [xsl] How do I display an SVG file using XSLT?


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



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



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