https://github.com/cran/XML
Raw File
Tip revision: 3af7105d1463f17d4ed082eb3452b8bed85a37a6 authored by Duncan Temple Lang on 10 November 2016, 15:39:18 UTC
version 3.98-1.5
Tip revision: 3af7105
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