XPATH con Namespaces

De WikiEducator
Saltar a: navegación, buscar



Icon activity.jpg

¿Por qué no funciona la expresión?

<?xml version="1.0" encoding="UTF-8"?>
<bookstore xmlns="urn:xmlns:25hoursaday-com:bookstore">
 <book> 
    <title>Lord of the Rings</title> 
    <author>J.R.R. Tolkien</author>
    <inv:inventory xmlns:inv="urn:xmlns:25hoursaday-com:inventory-tracking" status="in-stock" isbn="0345340426"/>
 </book>
</bookstore>
 doc.xml_select(u'//book')
Icon present.gif
Tip: Fíjate en el namespace