Software & Finance





ADO.NET - what is XML DOM - Document Object Model?





ADO.NET - what is XML DOM - Document Object Model?

 

DOM is a way of accessing and manipulating xml documents. You can make more sophisticated queries using DOM. SAX is preferred if you want to parse the document on your own and filters can not be applied.