Hi Folks, I wrote an XSLT program that evaluates a series of B elements, to see which are empty. The XSLT program tests
each B element using this XPath expression: not(node())
and
not(@*) Here are the results:
The XPath seems to be returning results that are consistent with my definition of “empty element.” /Roger |