From within a xslt, can you output the entire XML?

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-04-16T18:51:09Z Indexed on 2010/04/16 18:53 UTC
Read the original article Hit count: 199

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET