0
votes

I have xml with header xml-stylesheet that indicates to xsl

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="1.xsl" type="text/xsl"?>
<root>
......
</root>

In a browser this will transform to html. How to see ready HTML after xsl-transformation in the browser? If I choose View Source I see XML of course. I'm interested in Firefox and Explorer

2

2 Answers

1
votes

You can use the DOM inspector instead of source viewer.

1
votes

You could install the FireBug plugin in Firefox, this shows you the currently active DOM, which is your generated HTML.

https://addons.mozilla.org/de/firefox/addon/1843/