is there already a small cmdline tool where one can specify a xml file and the element (like it is a filesystem)?

for example: xmlget blabla.xml blabla/entry[2]/bla

should return "bla!"

where the xml has the structure...

<blabla>
<entry>
<bla>
boooh!
</bla>
</entry>
<entry>
<bla>
bla!
</bla>
</entry>
</blabla>


?


Dirk
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to