Mvp.Xml vs using Xelements
-
Friday, February 01, 2013 4:18 PM
We had been using XmlDocument with Mvp.xml, specifically XPathCache for querying really heavy xmls still now.
Should we move to using XElements for querying xmls instead of XmlDocument/XPathCache??
Will there be a improvement?? The last MVP.XML development was done in 2007 it seems from their site.
Senior Software Engineer
All Replies
-
Tuesday, February 05, 2013 3:02 AMModerator
Hi Maverikd,
Welcome to the MSDN forum.
I am trying to involve a senior expert into your thread. Please wait for the response. Sorry for any inconvenience.
Good day.
Alexander Sun [MSFT]
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help. -
Tuesday, February 05, 2013 5:10 AM
Hi Maverikd,
You can read the comparison between XPath and Linq-to-Xml (XElements) in here.
http://msdn.microsoft.com/en-us/library/bb675156.aspx
And you can use feature in Linq-to-Xml class to load very big XML file: http://msdn.microsoft.com/en-us/library/system.xml.linq.xstreamingelement.aspx#Y1392
Regards,
Christian HL
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.- Marked As Answer by Alexander SunModerator Thursday, February 14, 2013 2:42 AM

