How to concatenate the contents of all children of a node in XPath?
- by Brian
Is it possible with XPath to get a concatenated view of all of the children of a node? I am looking for something like the JQuery .html() method.
For example, if I have the following XML:
<h3 class="title">
<span class="content">this</span>
<span class="content"> is</span>
<span class="content">…