[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


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

Excellent, thanks.

The source of my problem was that my style sheet is dependant on the depth
of a node for display information.

I'd missed the fact that the index.xhtml file prepends two ancestors (page,
and pagemain).


-----Original Message-----
From: Dimitre Novatchev [mailto:dnovatchev@xxxxxxxxx]
Sent: 17 September 2001 12:59
To: Robert Stuart
Cc: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: How can I see what html attributes IE thinks it is using?


In case you have installed the right msxml add-ins
(http://msdn.microsoft.com/downloads/sample.asp?url=/msdn-files/027/000/543/
msdncompositedoc.xml&frame=true),

just right-click on the IE display and select "View XSL output" from the
pop-up
menu.

Cheers,
Dimitre Novatchev.

[deleted]

> -----Original Message-----
> From: Dimitre Novatchev [mailto:dnovatchev@xxxxxxxxx]
> Sent: 17 September 2001 11:52
> To: Robert.Stuart@xxxxxxxxxxxxxxxxx
> Cc: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: How can I see what html attributes IE thinks it is using?
> 
> 
> > 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>
> > 
> 
> 
[deleted]

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



Current Thread
Keywords