Posts by fedora • 183 points
2 posts
-
14
votes2
answers1293
viewsQ: Xpath with Python
I have the following XML (simplified): <produto refid="cat01" idprod="tv01"> <marca>xxx</marca> <modelo>xxxx</modelo> <genero>xxx</genero> </produto>…
-
4
votes1
answer251
viewsQ: Return multiple attributes using XPATH
How can I return multiple attributes using the xpath language? For example this xml: <utilizador> <nome>Rui</nome> <contacto>91xxxxxxx</contacto>…