[xsl] create xml from incoming xml and load it into a variable

Subject: [xsl] create xml from incoming xml and load it into a variable
From: sudheshna iyer <sudheshnaiyer@xxxxxxxxx>
Date: Fri, 25 Jul 2008 02:52:14 -0700 (PDT)
How do I create xml from incoming xml and load it into a variable from xsl? Afterr loading I 

have to loop through the variable for doing more xsl transformations?

My xsl has incoming xml. I have to create another xml of different format, put it in a variable
and loop through that variable to apply more xsl transformations.

Current Thread