[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] How do I do this?


Subject: [xsl] How do I do this?
From: SoumenS@xxxxxxxxx
Date: Wed, 21 Aug 2002 12:26:49 -0700

I have a XML based message specification as follows

<message-text><param/> xxxxx yyyy <param/> zzzz bbbb <param/>
hhhh<param/></message-text>

I would like to convert it to

<file-text>{0} xxxxx yyyy {1} zzzz bbbb {2} hhhh{3}<file-text>

I need to be within the for loop of param and text(), i.e.,

<xsl:for-each select='param | text()'>

Within this for loop how do I get the param number -- position() would not
work.

Thanks,
Soumen.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords
xml