Skip to content

Instantly share code, notes, and snippets.

View damiancastelao's full-sized avatar
😀

Damián Nogueiras Meléndez damiancastelao

😀
View GitHub Profile
@damiancastelao
damiancastelao / libreria.xml
Last active May 10, 2022 09:32
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>