Re: [xsl] ie5 default stylesheet

Subject: Re: [xsl] ie5 default stylesheet
From: Mike Brown <mike@xxxxxxxx>
Date: Sun, 20 May 2001 19:40:36 -0600 (MDT)
Student1 ASCO-ELK (RBJE/ELK) wrote:
> do you know how i can access or refer to the ie5 default xsl stylesheet ?
> ( the one formatting xml files as a tree ? )

>From the MSXML FAQ at www.netcrucible.com...

19.  How does Internet Explorer format XML files in a collapsible view, 
and how can I modify this behavior?

For XML files that do not have a stylesheet associated, Microsoft Internet 
Explorer uses a default XSL stylesheet to create a DHTML rendering of the 
XML file.  Depending on which version of MSXML you are using, you can 
browse to either res://msxml3.dll/DEFAULTSS.xsl or 
res://msxml.dll/DEFAULTSS.xsl.  The res:// URN format indicates that the 
XSL file is compiled as a resource directly into the dll.  If you have a 
binary resource editor (such as the one included with Visual C++), you can 
edit the XSL directly inside the MSXML dll and save back into the binary 
file.  Alternately, you can start with a copy of the stylesheet from 
http://msdn.microsoft.com/xml/samples/defaultss/defaultss.xsl. 

   - Mike
_____________________________________________________________________________
mike j. brown, software engineer at  |  xml/xslt: http://skew.org/xml/
webb.net in denver, colorado, USA    |  personal: http://hyperreal.org/~mike/

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


Current Thread