From within a xslt, can you output the entire XML?
- by Blankman
Inside my XSLT that is transfomign a order XML, I want to dump the entire XML I am currently working with.
Is this possible?
I am weaving some HTML based on XML, and want to dump the entire XML into a textarea.