This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Transforming to SVG in IE5


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@emc.com






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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]