- From: Nirav Kanakia <niravk@yahoo.com>
- Date: Wed, 19 Sep 2001 09:52:12 -0400
- To: "'Antoine Quint'" <antoine@graougraou.com>, <www-svg@w3.org>
I think with msxml3 parser you can .. Using dom javascripts. At this time I don't have code with me .. But looks up on msdn. They have xmlhttp functions to get xml ( basically xml and xslt ) from the server and than some more function to generates xsl .. The biggest question is Use the resultant xsl. My guess here is, you will need a dummy embed svg and just replace nodes there. Though my mail may not be clear but msdn notes are best place to look for. Good luck Nirav -----Original Message----- From: www-svg-request@w3.org [mailto:www-svg-request@w3.org] On Behalf Of Antoine Quint Sent: Wednesday, September 19, 2001 7:46 AM To: www-svg@w3.org Subject: RE: svg and xslt Hey Jorg, > Is there any way to send an xml and xsl file to the Internet > Explorer and > let IE generate the svg and display it with Adobe svg viewer > ? The examples > I found on the web make this transformation on the server, > before the response > is send to the client, but I would like IE to do this > transformation. I > can not find a way to tell IE to display the result as > image/svg instead > of html. You cannot just get the transformation done client-side and the Adobe SVG Viewer triggered. But you can use some horrible Microsoft thing called Binary Behaviour to embed inline SVG inside HTML. I think you can find examples at http://www.siliconpublishing.org/svg.asp . I think you might well want to use the latest Adobe SVG Viewer 3.0 beta (http://www.adobe.com/svg/viewer/install/beta.html) in order to view this page correctly since it makes use of the new transparent ActiveX control. But really, binary behaviour is a dirty little trick just because Microsoft have decided not to come up with a more XML-enabled browser and just don't do anything remotely interesting with Namespace, really a shame. Some people like it though, but it's a dirty hack. antoine _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Received on Wednesday, 19 September 2001 09:54:19 UTC