Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between xpath document and xml document?

Answers were Sorted based on User's Feedback



what is the difference between xpath document and xml document?..

Answer / 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

what is the difference between xpath document and xml document?..

Answer / nithin chacko ninan

mainly it is a part of xsl ,it is a language that is used to
acess different parts of an xml document, such as element
and attributes.

xml document usually begins with the xml declaration
statement also called PI(processing instruction).

Is This Answer Correct ?    2 Yes 0 No

what is the difference between xpath document and xml document?..

Answer / nithin chacko ninan

mainly it is a part of xsl ,it is a language that is used to
acess different parts of an xml document, such as element
and attributes.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More XML XSLT RSS Interview Questions

Is there an xml version of html?

0 Answers  


What is the function of qualified names?

0 Answers  


What is the difference between call template and apply template?

0 Answers  


What are the main benifits of XML?

1 Answers  


What is binding (XML)?

0 Answers  


Is there any way that html can be replaced with xml?

0 Answers  


Does xml replace html?

0 Answers  


How does an xsd work?

0 Answers  


I’m trying to understand the xml spec: why does it have such difficult terminology?

0 Answers  


How do I execute or run an xml file?

0 Answers  


What is xml httprequest? What are its advantages?

0 Answers  


Can we encode mathematics using XML?

0 Answers  


Categories