Which uses least resources?
I'm testing for presence of any content in a tag and I'm wondering which is the least expensive, or if there is a better way (I'm using #2)
1. <specval attname="_styleexportfosi::sysfunc_content_test('','#any','atAnyLevel','includes')"<br"/>attloc="system-func" attval="1"/>
2. <specval attname="self::*[normalize-space(.)!="]" attloc="#xpath" attval="1"/">
3. <savetext textid="isEmpty.txt" conrule="#CONTENT"/">
<specval attname="isEmpty.txt" attloc="#FOSI" attval="#ANY"/>
Thanks!

