Well the source is my XML with my XSL as a stylesheet, so I do not see the
XHTML.
Here's a bit more background on my scenario.
I use a servlet (actually a Strut's Action) to generate the output to a
bunch of IE6 on the intranet.
This servlet has 2 way to produce output, either (1) use SAXON to output
XHTML to IE6, or (2) output XML with XSL directly to IE6.
What I noticed was when using (2) the web page is displayed slightly
incorrect, so I want to find out why by viewing the XHTML source.
PS: I am trying to convert to (2) because I believe it will place less load
on the server.
Regards,
Daniel
-----Original Message-----
From: Kenny Akridge [mailto:kenny(_at_)akridgefamily(_dot_)com]
Sent: Thursday, 29 April, 2004 12:16 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] How to see the output of XSL in IE6 for debuging?
Maybe I am confused here, but can't you 'View Source' on the output page?
-----Original Message-----
From: Daniel Joshua [mailto:daniel(_dot_)joshua(_at_)gridnode(_dot_)com]
Sent: Thursday, April 29, 2004 12:09 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] How to see the output of XSL in IE6 for debuging?
Hi all,
I am using XSLT to transform XML on IE6 into XHTML client-side.
It mostly works, but on occasion I would like to see the output for
debugging, so I can compare the way IE6 handles it versus doing it
server-side with saxon. So how do I view the XHTML output of IE6?
PS: I even tried to use javascript to display ".innerHTML" but got the XML
before transformation.
Regards,
Daniel
--+------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--
--+------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--