CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Posts
    123

    What is the difference between XPATH and DOM XML ?

    hi ,

    What is the difference between XPATH and DOM XML ? both give ability to navigate the document and plus that Dom also give ability to create,insert,delete and update any part of xml document ?

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: What is the difference between XPATH and DOM XML ?

    XPath is simply the ability to traverse nodes from XML and obtain information. It's whole base is for information retrieval.

    DOM, whether XML or HTML, is based upon traversing for the purpose of reading or writing information.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured