Home / Course / XML

XML DOM tutorial

IntroductionChapterCourseware
"XML DOM Tutorial" XML DOM defines a standard method for accessing and manipulating XML documents. DOM treats an XML document as a tree structure, with leaves defined as nodes. If you want to use XML, you need to understand the XML DOM.
  • Difficulty:Elementary
  • Total of40 chapters
  • 86833 plays
  • About Instructor

    怪我咯
    怪我咯
    PHP developer
    You will learn:

    The XML DOM defines standards for accessing and manipulating XML. According to the DOM, everything in an XML document is a node. The text in the element node is stored in a text node. XML DOM treats XML documents as a tree structure. The tree structure is called a node tree. In a node tree, parent, child, and sibling are used to describe relationships.

  • CancelreplySending
  • php.cn