|
I hope the following code will fulfill your needs
<xsl:for-each select =”a”> <xsl:value-of select=”b”> <xsl:for-each select=”c”> <xsl:value-of select=”I”/> : <xsl:value-of select=”j”/> </xsl:for-each> </xsl:for-each>
Regards Jerald S
-----Original Message-----
Hi Everybody, Please help. I have a XML file in that I have parent tags and two child tag. Example : <a> <b>
</b>
<c> <i> </i> <j> </j>
</c> <i> </i> <j> </j> <c> <i> </i> <j> </j> </c> </a>
I need XSLT solutions to: 1) How I can implement, every repeat of <c> I have to combine the content of <b>. 2) How I can display the content of <i> and <j> in a single row with ‘:’ colon as delimiter.
Thanks in advance
Bye, Bhaskar
DISCLAIMER:
|
- Please help in XSLT KS.Bhaskar
- RE: Please help in XSLT jerald.selvaraj
- RE: Please help in XSLT cknell
- RE: Please help in XSLT KS.Bhaskar
