|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: To find out immediate following tag(S)
Well...in that case you need to use xsl:for-each-group, I guess...for example...
<xsl:template match="a">
<xsl:for-each-group select="current-group() except ."
group-starting-with="a1 | b1">
<xsl:apply-templates select="." mode="group"/>
</xsl:for-each-group>
</xsl:template>
Hope this helps!!
....Mandar Jagtap
On Tue, Oct 7, 2008 at 9:47 AM, J. S. Rawat <jrawat@xxxxxxxxxxxxxx> wrote:
> Following line is copying all the following siblings. But we need immediate
> following siblings!!!
>
>> following-sibling::*....
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








