I want to display my XML ajax response in html for the browser. However what I need is the actual xml itself being displayed i.e. the full tree with the elements AND the content not just the content of the nodes.
So I want the xml to be displayed as the browser e.g.:
<element>content</element>
<element2>niijojoi</element2>
<element2>niijojoi</element2>
<element2>niijojoi</element2>
//etc more nested elements some with atrributes etc
I have a stylesheet that would display the text but does anyone have an xsl stylesheet that simply traverses the xml and outputs it to the browser as is with indentation etc.
thanks