https://github.com/cran/XML
Raw File
Tip revision: 3c0b64398bf79b865a4134380b14356c1683f77f authored by Duncan Temple Lang on 31 May 2015, 00:00:00 UTC
version 3.98-1.2
Tip revision: 3c0b643
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