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

Subject: Re: [xsl] How do I display an SVG file using XSLT?
From: "Mark Griffin" <cornbinder@xxxxxxxxxxxxx>
Date: Thu, 21 Nov 2002 15:09:23 -0700
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@xxxxxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
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="{@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
>


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


Current Thread