--- In [EMAIL PROTECTED], Peter Garza <[EMAIL PROTECTED]> wrote:
> I've been trying to get an external XSL stylesheet to transform SVG, but > I can't get it to work. > The stylesheet works when I use an XSLT processor (jEdit plugin, which I > think uses Xalan). > > However, according to the spec, I should be able to put in an > <?xml-stylesheet ...?> declaration and have the xsl applied > automatically, right? I've seen an example of this in an XSLT tutorial > online that transforms XML into HTML, and it worked fine for me. > > When I put <?xml-stylesheet type="text/xsl" href="mystyle.xsl" ?> under > the <?xml ...?> declaration, nothing seems to happen. I still see a > black rectangle when I open the file. Am I missing something? Is this a > browser thing (IE 6, ASV 3)? I think the problem is that IE has trouble displaying anything besides HTML as the result of an XSLT transformation done by IE itself, consider to perform the transformation on the server. ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

