xsl-list
[Top] [All Lists]

Re: [xsl] Xpath to count occurances within a single parent

2006-08-28 11:04:54

Doesn?t work, because that will include ALL siblings even in other
chapters.

it will be restricted to one chapter but doesn't work as you ned to
count inside nested sections. (Which you said in your original message
but I didn't take onboard) Do you need to do this in XPath1?
in xslt it's easier to do it with xsl:number (xsl:number from="chapter"
level="any") does just what you want) or if you have to do it in xpath
rather than xslt can you use xpath 2?

David

--~------------------------------------------------------------------
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>
--~--