https://github.com/cran/XML
Raw File
Tip revision: 054c26b8c16b8d597ea68a4ed1f5645a615975cb authored by ORPHANED on 04 March 2019, 08:45:36 UTC
version 3.98-1.18
Tip revision: 054c26b
xpath.xml
<?xml version="1.0"?>

<top>
 <a>
  <x/>
  <b>Some text</b>
  <y>
    <b>Other text</b>
  </y>
 </a>
 <a>
  <b>More text</b>
 </a>
</top>
back to top