XML file handling with node

I know my question can be a "noob" one, but I'm kinda lost...

I want to extract "objects" from a XML file in order to manipulate them and add/update them in a database. I tried to use xml2js, I have a js object, but I don't know how to use it after that...

Sorry for the noobish question.

Regards

I like to use xml-splitter, which may be of some help to you.

It splits XML from an XPath, and return JSON objects...