Hi,
I have an xml document and an xsl doc for transforming source xml into svg xml.
XSL document is correct. When i transform using saxon or .NET's built in transform methods, it produces correct svg file and explorer displays it without any problem.
But when source xml file opened directly from internet explorer (xml file has required referencing lines for xsl document), it does not show it as svg image. Page is pure white.
I think explorer doesn't trigger svg plugin. She tries to parse xml file itself.
In conclusion i want ie to transform my xml file into svg using my xsl file. I do not want to add any xslt processor to this process.
is there a solution for this? If important i'm using Adobe's SVG Viewer.
thanks
@li
I have an xml document and an xsl doc for transforming source xml into svg xml.
XSL document is correct. When i transform using saxon or .NET's built in transform methods, it produces correct svg file and explorer displays it without any problem.
But when source xml file opened directly from internet explorer (xml file has required referencing lines for xsl document), it does not show it as svg image. Page is pure white.
I think explorer doesn't trigger svg plugin. She tries to parse xml file itself.
In conclusion i want ie to transform my xml file into svg using my xsl file. I do not want to add any xslt processor to this process.
is there a solution for this? If important i'm using Adobe's SVG Viewer.
thanks
@li