What is the difference between XmlDocument and XElement?

3

I would like to know the difference of XmlDocument and XElement.

    
asked by anonymous 19.04.2018 / 23:20

1 answer

2

XmlDocument represents an entire XML document. You can use this class to manipulate XML files.

XElement

19.04.2018 / 23:30