xsl-list
[Top] [All Lists]

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

2008-07-25 03:07:32
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(_at_)yahoo(_dot_)com]
Sent: Friday, July 25, 2008 1:52 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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.




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--