I guess that XmlDocument
is deprecated class and we have to use XDocument
instead. But TileUpdateManager.GetTemplateContent
from Windows 8 UX core return XmlDocument
class. As soon as it is new API, I'm wondering what reason for using XmlDocument here?
(I am using XDocument to refer to Linq2XML & XmlDocument to the System.XML api's)
Reasons I can see: