which XML parser will be efficient for reading XML file?

  • Thread starter Thread starter DB
  • Start date Start date
D

DB

Hi All,
Just a quick question....................
Which is the most efficient XML parser for reading XML file?
I just wanna read the file( I m not goin to write into it).

Thanks,
Deepak
 
AFAIK SAX-type parser will do.
In .NET you can use XmlReader, to read xml file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top