[xml] has xmlget already been written?



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]