[Home] [By Thread] [By Date] [Recent Entries]
Hi Abel,
On 6/22/07, Abel Braaksma wrote: If you want to count *all* nodes, I assume you mean all descendants from block. Use: count(//node()). If you want all nodes, but not the whitespace or text nodes, use count(//*). If you want all nodes, but not whitespace nodes, including text nodes, you can use count(//text()[.] | //*). etc
Cheers, Eric Brichemier
|

Cart



