show/hide this revision's text 3 fixed typo

I want to select the topmost element in a document that has a given namespace (prefix).

More specifically: I have XML documents that either start with /html/body (in the XHTML namespace) or with one of several elements in a particular namespace. I effectively want to stip strip out /html/body and just return the body contents OR the entire root namespaced element.

show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Select Element in a Namespace with XPath

I want to select the topmost element in a document that has a given namespace (prefix).

More specifically: I have XML documents that either start with /html/body (in the XHTML namespace) or with one of several elements in a particular namespace. I effectively want to stip out /html/body and just return the body contents OR the entire root namespaced element.

    Post Made Community Wiki by Community