Martin Honnen wrote:


Alexander Rudenko wrote:

What interface I should use to read XML file?


What do you want from the XML file? A DOM document in memory? Then use
<http://www.xulplanet.com/references/xpcomref/ifaces/nsIDOMParser.html>
If you want to load from a URL then I think you need
<http://www.xulplanet.com/references/xpcomref/ifaces/nsIXMLHttpRequest.html>



I just want to read some branch in the XML file. This file is located on the computer.

Also I would like to have possibility to write to file

Thanks
_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to