This is a fairly simple case. I have an xml document linked to an xsl stylesheet that can be viewed in a web browser. Now that the output is not quite what I expected, so I want to look at the (output) html code to find out what happened. However, when I say "view source", browsers just throw me the original XML file.
Please show me how to view the html source :)
updated
In fact, I can view it using Chrome (by right-clicking and saying “Verification item”), but it depends on the browser. In addition, I do not want to install anything for this little pleasure. Is there a general solution (for example, something that works with all (or most) browsers)?
debugging html browser xml xslt
phunehehe
source share