- or download this
xmllint.exe --xpath " //header[ contains(.,'rationale') ]/l /preceding
+-sibling::* " fudge
xmllint.exe --xpath " //header[ contains(.,'rationale') ]/child::text(
+) " fudge
- or download this
<fudge>
<root>
<part>
...
</part>
</root>
</fudge>
- or download this
xmllint.exe --xpath " //header[ contains(.,'rationale') ]/child::text(
+) | //header[ contains(.,'rationale') ] /l/preceding-sibling::* " f
+udge
...