xsl-list
[Top] [All Lists]

Re: defaut xslt stylesheet for IE

2003-09-29 13:22:28

"Jacoby, Peter R." <PJACOBY(_at_)PARTNERS(_dot_)ORG> wrote in message
news:098FF7AF9BBDD511B09500508BE393C502DC44EE(_at_)phsexch23(_dot_)mgh(_dot_)harvard(_dot_)edu(_dot_)(_dot_)(_dot_)
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



<Prev in Thread] Current Thread [Next in Thread>