blob: 3bbfd628bdf9f0542ca0ab93ee045b633e2359eb [file] [log] [blame]
(: Name: Constr-ws-tag-5 :)
(: Written by: Andreas Behm :)
(: Description: count text nodes when stripping whitespace :)
declare boundary-space strip;
fn:count((<elem>
<a>
</a>
<a> </a> <a> <b>
</b>
</a>
</elem>)//text())