An empty element is quite confusing...so the best way for me to ask my question is to reference a book.
The book: Learning XML 2nd edition - O'REILLY - Erik T. Ray pg 50 chapter 2 Table 2-1. Types of tags in XML
OBJECT PURPOSE EXAMPLE
----------------------------------------------------------------------------------------------------------------------------
empty element Represent info at specific point in document <xref linkend="abc"/>
----------------------------------------------------------------------------------------------------------------------------
what is the XPATH expression to obtain "abc" in the example above?
Thanks, Jerry