Results 1 to 4 of 4

Thread: Dom

  1. #1
    Join Date
    Nov 2006
    Location
    India
    Posts
    9

    Default Dom

    Any one know about DOM object in xml?

  2. #2
    Join Date
    Nov 2006
    Posts
    21

    Default

    what is that? some sorts of game? or what..

  3. #3
    Join Date
    Mar 2005
    Posts
    44

    Default

    It's a set of objects and properties to access to nodes of a document, and modify them.
    Most javascript scripting use DOM.

  4. #4
    Join Date
    Dec 2006
    Posts
    9

    Default

    DOM represents each HTML, XML document in a tree structured maaner.
    the best way to understand this is open an HTML file in firefox and take the DOM Inspector in Firefox.

Bookmarks

Posting Permissions

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