|
Subject: Re: [xsl] How do I do this? From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Wed, 21 Aug 2002 15:43:48 -0400 |
<xsl:template match="param">
<xsl:text>{</xsl:text>
<xsl:number/>
<xsl:text>}</xsl:text>
</xsl:template>Cheers, Wendell
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.
====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] How do I do this?, Mike Brown | Thread | Re: [xsl] How do I do this?, Mike Brown |
| [xsl] How do I do this?, SoumenS | Date | Re: [xsl] object-oriented XSL, Mike Brown |
| Month |