Hi guys,
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 really what I expected, so I want to look at the (output) html code to see what happened. However, when I say "view source", the browsers just throw the original xml file at me.
Please show me how to view the html source :)
updated
Actually I can view it with Chrome (by right clicking and say "Inspect element"), but that's somewhat browser dependent. Additionally I don't want to install anything just for this small treat. Is there any general solution (i.e. something that works with all (or most) browsers)?