[xsl] How can I see what html attributes IE thinks it is using?

Subject: [xsl] How can I see what html attributes IE thinks it is using?
From: Robert Stuart <Robert.Stuart@xxxxxxxxxxxxxxxxx>
Date: Mon, 17 Sep 2001 10:51:49 +0100
Resent:

> I am using the same xml and xsl files in both XML-Spy and in IE to
> generate html - but my results look different in the two environments.
> 
> Spy is giving me the results I expect.  IE is not.
> 
> I have seen similar results where spurious characters have appeared in
> generated files - and suspect a similar cause.
> 
> 
> 
> Spy loads the files directly, IE is loading the xml and xsl through a file
> - index.xhtml (source below):
> 
> <?xml version="1.0"?>
> <!DOCTYPE page [
> <!ENTITY main SYSTEM "xml_file.xml">
> <!ELEMENT page ANY>
> <!ATTLIST page id ID #REQUIRED>
> ]>
> <?xml-stylesheet type="text/xsl" title="MainStylesheet"
> href="xsl_file.xslt" alternate="no" media="screen"?>
> <page title="XML Main" id="page">
> 	<pagemain>
> 	&main;
> 	</pagemain>
> </page>
> 
> 
> This is a hacked version of a well-known home page (any errors here are
> mine - Spy tells me this is not a well formed document).
> 
> I am using version 3 of MSXML2 in replace mode.
> 
> My immediate problem is that I do not know how to look at the code
> generated by IE (as opposed to the source of the calling xhtml file).
> 
> 
> 
> 
> Cheers
> 
> Robert Stuart
> 
> Tel: 01753 858961 x 440
> 

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


Current Thread