What parser would you use for searching a huge XML file?
DOM parser which is microsoft default parser.very robust to traverse huge xml file but at server side .dom is nothing but a well formed xml document according to the w3c consortium rules
Explore posts in the same categories: XML Interview Questions