https://github.com/cran/XML
Raw File
Tip revision: 89e6494d4b3572d033b44942a0b324c221773f47 authored by CRAN Team on 28 October 2022, 09:15:39 UTC
version 3.99-0.12
Tip revision: 89e6494
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