[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Using client side XSLT to create SVG

Subject: RE: Using client side XSLT to create SVG
From: "Jarno Elovirta" <jarno@xxxxxxxxxxxxxx>
Date: Thu, 9 Nov 2000 15:24:54 +0200
svg xslt client
hip hei!

> I do not get the rectangle displayed. It seems like the browser not
> recognized the precense of SVG and do not start up the plugin.
> If I run the transformation separately (using MSXML through XSLT Test Tool
> by Joshua Allen), store the result in a file with .svg extension
> and open it
> in IE, it would display without problems.
> What might be the solution? Basically: how I make IE to recognize the
> transformed XML as an SVG image?

the thing is, that when you load a static svg document, the adobe plugin
creates an html page with EMBED element and uses that to display the svg
document, i.e. if you load the url http://foo.com/bar.svg, the plugin
creates an html document that has

<EMBED SRC=" http://foo.com/bar.svg" NAME="SVGEmbed" HEIGHT="100%"
WIDTH="100%" TYPE="image/svg-xml"
PLUGINSPAGE="http://www.adobe.com/svg/viewer/install/">

or something like that in it. thus, you should instead output html with
something like the above. the problem is, the adobe plugin requires it's svg
document to come throught the SRC attribute, that is it has to fetch it from
some url. i tried to embed the svg document into the html page and use it
that way, but i couldn't make it work.

regards,

Jarno Elovirta


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.