[xsl] Re: defaut xslt stylesheet for IE

Subject: [xsl] Re: defaut xslt stylesheet for IE
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Mon, 29 Sep 2003 22:22:28 +0200
"Jacoby, Peter R." <PJACOBY@xxxxxxxxxxxx> wrote in message
news:098FF7AF9BBDD511B09500508BE393C502DC44EE@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
> The stylesheet that IE uses internally can be found at
> res://msxml.dll/DEFAULTSS.xsl
> or more specifically:
> res://msxml4.dll/DEFAULTSS.xsl (or msxml3.dll)
>
> For more information about this see the MSXML FAQ:
> http://www.netcrucible.com/xslt/msxml-faq.htm#Q19
>
> The only problem is that this is written not in XSLT, but in WD-XSL
> Microsoft's language prior to XSLT 1.0  If you want an XSLT solution, you
> can check out
> http://sources.redhat.com/ml/xsl-list/2002-02/msg00831.html
>
> which has a version that does a fair amount of what the Microsoft version
> does, but isn't quite as nice-looking.

The problem with this stylesheet is that it displays non-wellformed xml if
there are namespaces defined and used. It also incorrectly displays "&"
unescaped.

These problems are not present in the stylesheets used by the XPath
Visualizer (for IE and for Mozilla):

     http://www.topxml.com/xpathvisualizer

and

     http://www.topxml.com/code/default.asp?p=3&id=v20021221025528



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL




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


Current Thread