Proposed Answer Best APIs in .NET for XML

  • Thursday, August 09, 2012 10:29 AM
     
     

    HI All,

         Please help me to select best XML APIs, in .NET ,  to handle an XML file with 500MB.

    Thanks in Advance. 

All Replies

  • Tuesday, August 21, 2012 10:00 AM
     
     Proposed Answer

    Hi Shaji,

    You can use XPATH to navigate big XML, which gives best result as per my understanding. Still you want to handle more large XML, best way to split xml into small size through file operation.

    Regards,


    Hitendra


    Also you can SAX parsing for large xml.
    • Edited by Hitendra Thursday, August 23, 2012 4:47 AM added other option
    • Proposed As Answer by Hitendra Thursday, August 23, 2012 4:47 AM
    •