what is the difference between xpath document and xml document?
Answer Posted / sivaramakrishna
XmlDocument and XPathDocument are based on different data
models.
XmlDocument is based on W3C XML DOM, which is object model
that
basically covers all XML syntax, including low level syntax
sugar such
as entities, CDATA sections, DTD, notations etc. That's
document-centric
model and it allows for full fidelity when loading/saving
XML documents.
XPathDocument is based on XPath 1.0 data model which is
read-only XML
Infoset-compatible data-centric object model that covers
only
semantically significant parts of XML, leaving out
insignificant syntax
details - no DTD, no entities, no CDATA, no adjacent text
nodes, only
significant data expressed as a tree with seven types of
nodes. Simple
and lightweight.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do I convert an xml file to excel?
Can I resolve the uri used as an xml namespace name?
How do I convert xml to word?
Why rss feed is important?
How do I find my rss feed on android?
Is xml format or content-driven?
How to use filtering in xslt? : xslt
What are rss feeds used for?
what are the predefined entities in XML ?
Why xslt is used?
What are the differences between HTML and XML?
How important is an element’s attributes used in xslt?
What is the version information in xml?
How does xslt transform xml?
Why should we go for xml editor instead of notepad?