Help for this page

Select Code to Download


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