Can anyone please suggest an XPath expression format that returns a string value containing the concatenated values of certain qualifying child nodes of an element, but igno
In XPath 2.0 :
string-join(/*/node()[not(self::p)], '')