Login Register

XML extraction

Hi all. I'm new to Dojo. Emmmmm....how can I do searching/data extraction in XML file (node, elements, contents, attributes). What dojo file/module should I look into? I'm aware that Dojo uses JSON format, but is it possible for me to do searching withing an XML file using Dojo. Thanks.

dojox.xml.DomParser

dojox.xml.DomParser is probably what you want.