[xsl] RE: [spam?] [xsl] create xml from incoming xml and load it into a variable

Subject: [xsl] RE: [spam?] [xsl] create xml from incoming xml and load it into a variable
From: "Sedov, Vyacheslav - Moscow" <vsedov@xxxxxxxx>
Date: Fri, 25 Jul 2008 11:07:30 +0100
Maybe you mean

<xsl:apply-templates select="/" mode="mode1"/>
<xsl:apply-templates select="/" mode="mode2"/>
<xsl:apply-templates select="/" mode="mode3"/>

With best wishes,
Slav


-----Original Message-----
From: sudheshna iyer [mailto:sudheshnaiyer@xxxxxxxxx]
Sent: Friday, July 25, 2008 1:52 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [spam?] [xsl] create xml from incoming xml and load it into a
variable

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