XPath to return string concatenation of qualifying child node values

In XPath 2.0 :

string-join(/*/node()[not(self::p)], '')

Leave a Comment