First, look at the whitespace stripping options in section 3.4 of the XSLT spec. If that doesn't get what you want, you can apply a predicate to deselect some nodes when you count them. Perhaps count(blah/node()[normalize-space()!=' ']) will obtain what you want. .................David Marston
- Building Xalan 1.10 with Microsoft Windows Plat... Arindam
- Re: Building Xalan 1.10 with Microsoft Win... David Bertoni
- Ignoring the whitespace in text nodes Bharadwaj, Anand (ELS-OXF)
- Re: Ignoring the whitespace in tex... David Bertoni
- RE: Ignoring the whitespace in... Bharadwaj, Anand (ELS-OXF)
- Re: Ignoring the whitespa... David Bertoni
- Re: Ignoring the whitespace in tex... david_marston