Re: [xsl] finding position() in xpath 1.0

Subject: Re: [xsl] finding position() in xpath 1.0
From: Frank Marent <frank.marent@xxxxxxxxxxx>
Date: Mon, 19 Mar 2007 14:58:45 +0100
abel

one more question concerning this. can you say why

<xsl:template match="CELL[position() = count(../following-sibling::ROW [1]/CELL[@border-top='1.1']/preceding-sibling::CELL)]/following- sibling::CELL[1]">
...
...
</xsl:template>


results error 'Axis in pattern must be child or attribute'?

frank

Current Thread