Transforming to SVG in IE5

Subject: Transforming to SVG in IE5
From: Arie Golos <agolos@xxxxxxx>
Date: Fri, 18 Aug 2000 17:40:33 -0400
Hello, all.
I am researching the possibility of implementing my new application
within IE/DHTML.  Ideally, what I would like to have is the to embed SVG
data in the HTML itself and to have the IE to use the plugin (Adobe).
The only way I can do it now is to do something like:
<object  width="600" height="300" type="image/svg-xml"
data="file://c:test1.svg"/>
However, since I like the stylesheet to run within the browser, this is
not exactly what I would like to do.  My preferred way would be:

<object  width="600" height="300" type="image/svg-xml"
dataSrc="#myImage"/>
...
 <XML ID="myImage">
<svg viewBox="0 0 600 300" width="800px" height="400px">
....
</svg>
</XML>

where the above is the output of transformation.

At the moment IE5.5 with msxml3 does not like it.  Is there anything
wrong with
what I do or it is not implemented yet?

Mr Bayes or  Mr. Srinivasan? Or anybody who knows?

Are there any workarounds?
Arie
agolos@xxxxxxx






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


Current Thread