My problem, again, was that trying to use a simple identity transform against
data from SP MOSS web parts, I could not see the "raw xml" data, IE6.0 browser
showed only a white page.
I had been doing all experiments with SPD, pasting between the <xsl> and
</xsl> tags. I still get failure, white page, when I do this.
However, when I open up the XSL pane in the SP UI, say for the DVWP, and
replace all of the xslt with the EXACT simple identity transform that I use in
SPD, lo & behold, I get the raw xml data.
So, why does doing it through the UI work and not SPD?