xsl-list
[Top] [All Lists]

axis for self and 2 following siblings

2003-01-02 14:57:14
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[(_at_)column=current()/@column+1]"
mode="InlineAttachment"/>
<xsl:apply-templates
select="following-sibling::cell[(_at_)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



<Prev in Thread] Current Thread [Next in Thread>