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

[xsl] axis for self and 2 following siblings


Subject: [xsl] axis for self and 2 following siblings
From: Xiaocun Xu <xiaocunxu@xxxxxxxxx>
Date: Thu, 2 Jan 2003 13:57:14 -0800 (PST)

Hi, All:

  I currently have the following in one of my
template, basically processes the self and the 2
following sibling cells with the same template:

<xsl:apply-templates select="."
mode="InlineAttachment"/>
<xsl:apply-templates
select="following-sibling::cell[@column=current()/@column+1]"
mode="InlineAttachment"/>
<xsl:apply-templates
select="following-sibling::cell[@column=current()/@column+2]"
mode="InlineAttachment"/>

Is there a more elegent way to group them use axis and
process them via xsl:for-each?

Thanks,
Xiaocun

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



Current Thread