Jump to content
Wikipedia The Free Encyclopedia

SimpleXML

From Wikipedia, the free encyclopedia
Not to be confused with the variant of the XML language, Simple XML.
The topic of this article may not meet Wikipedia's general notability guideline . Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "SimpleXML" – news · newspapers · books · scholar · JSTOR
(November 2011) (Learn how and when to remove this message)

SimpleXML is a PHP extension that allows users to easily[1] [2] manipulate/use XML data. It was introduced in PHP 5 as an object oriented approach to the XML DOM providing an object that can be processed with normal property selectors and array iterators.[3] [4] It represents an easy way of getting an element's attributes and textual content if you know the XML document's structure or layout.[5]

Compared to DOM or the Expat parser, SimpleXML takes a fewer lines of code to read text data from an element.[6] [7]

Functions

[edit ]
  • addAttribute()[8]
  • addChild()
  • asXML()
  • attributes()
  • children()
  • __construct()
  • getDocNamespaces()
  • getName()
  • getNamespaces()
  • registerXPathNamespace()
  • xpath()
  • simplexml_import_dom
  • simplexml_load_file
  • simplexml_load_string

Error handling

[edit ]

It is possible to suppress all XML errors when loading the document and then iterate over the errors.[9]

References

[edit ]
[edit ]


Stub icon

This programming-language-related article is a stub. You can help Wikipedia by expanding it.

AltStyle によって変換されたページ (->オリジナル) /