blob: 8accb9d118b796b1afc69663ac81f026f24bd59d [file] [log] [blame]
(: Name: Constr-ws-tag-10 :)
(: Written by: Andreas Behm :)
(: Description: count text nodes when preserving whitespace :)
declare boundary-space preserve;
fn:count((<elem>
<a>
</a>
<a> </a> <a> <b>
</b>
</a>
</elem>)//text())