xsl-list
[Top] [All Lists]

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

2007-03-19 06:59:38
abel

one more question concerning this. can you say why

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

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

frank

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--