Skip to content

Instantly share code, notes, and snippets.

@damiancastelao
Last active May 10, 2022 09:32
Show Gist options
  • Save damiancastelao/4a6936b19d9012b7cafaff45b3982636 to your computer and use it in GitHub Desktop.
Save damiancastelao/4a6936b19d9012b7cafaff45b3982636 to your computer and use it in GitHub Desktop.
XML para trabajar con XPATH
<?xml version="1.0" encoding="ISO-8859-1"?>
<bookstore>
<book>
<title lang="eng">Harry Potter</title>
<price>29.99</price>
</book>
<book>
<title lang="eng">Learning XML</title>
<price>39.95</price>
</book>
</bookstore>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment