|
Subject: Re: [xsl] current() - referring to top in nested predicates From: Michael Ludwig <mlu@xxxxxxxxxxxxx> Date: Wed, 06 Aug 2008 14:19:07 +0200 |
<xsl:template match="/">
<xsl:variable name="b" select="//B"/>
<xsl:apply-templates select="
//T [ position() != last() ]
[ count( $b[. >= current() and
. < current()/following-sibling::T[1]]) > 0]"/>
</xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] current() - referring to , Andrew Welch | Thread | Re: [xsl] current() - referring to , Martin Honnen |
| Re: [xsl] current() - referring to , Michael Ludwig | Date | Re: [xsl] current() - referring to , David Carlisle |
| Month |