S
salmo.bytes
I often find it useful to refer to elements in an XML document using a
limited XPath construct: the contacentated string of element
names only, from root to any particular node in the XML. Is there a
term for this
idea--for XPaths constructed from concatenated element names, without
attributes
included in any way?
/book[@name="xml_stuff"] ...not what I'm talking about
/book/chapter/paragraph/sentance/ ...this is what I mean, is there a
term for this?
limited XPath construct: the contacentated string of element
names only, from root to any particular node in the XML. Is there a
term for this
idea--for XPaths constructed from concatenated element names, without
attributes
included in any way?
/book[@name="xml_stuff"] ...not what I'm talking about
/book/chapter/paragraph/sentance/ ...this is what I mean, is there a
term for this?