https://github.com/cran/XML
Raw File
Tip revision: 14d3911625672488ba11939bcc2ac295eff020fc authored by ORPHANED on 06 March 2019, 19:40:34 UTC
version 3.98-1.19
Tip revision: 14d3911
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