ArnaudBuchholz / gpf-js

A multi-purpose JavaScript library
http://gpf-js.blogspot.com/
MIT License
11 stars 2 forks source link

Create an XPATH parser manipulating Node interface #6

Open ArnaudBuchholz opened 10 years ago

ArnaudBuchholz commented 10 years ago

This would clearly be a part of the XML implementation but could be reused for other parts such as file storage, ...

ArnaudBuchholz commented 10 years ago

It would require the following component (ideally):

This may take some time...

ArnaudBuchholz commented 10 years ago

This is a test to check if I can add logs from my mobile device

ArnaudBuchholz commented 10 years ago

A gpf.xml.XPath class has been defined. It does not allow yet XPATH parsing but you may provide it the parsed structure.