Diferencia entre revisiones de «Usuario:Lmorillas/modulo lenguajes de marcas/xml/xpath/xpath con namespaces»

De WikiEducator
Saltar a: navegación, buscar
(Página creada con '{{MiTitulo | XPATH con Namespaces}} {{Actividad | Title=¿Por qué no funciona la expresión?| <source lang="xml"> <?xml version="1.0" encoding="UTF-8"?> <bookstore xmlns="urn…')
 
(Sin diferencias)

Última revisión de 10:26 6 feb 2012



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