https://github.com/cran/XML
Raw File
Tip revision: 9568fa60a03fc8001e0af3298f483646c819f011 authored by CRAN Team on 05 July 2020, 13:13:52 UTC
version 3.99-0.4
Tip revision: 9568fa6
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