About: SimpleXML

An Entity of Type: language, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

SimpleXML is a PHP extension that allows users to easily 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. It represents an easy way of getting an element's attributes and textual content if you know the XML document's structure or layout. Compared to DOM or the Expat parser, SimpleXML takes a fewer lines of code to read text data from an element.

Property Value
dbo:abstract
  • SimpleXML est une API destinée à simplifier la manipulation des documents XML avec PHP. Contrairement au DOM XML qui repose exclusivement sur une série de méthodes définies par le W3C, SimpleXML permet de manipuler un document XML via des fonctions avancée de programmation orientée objet pour atteindre une plus grande simplicité d'utilisation « L'extension SimpleXML fournit des outils très simples et faciles à utiliser pour convertir du XML en un objet qui peut être manipulé avec ses propriétés et les itérateurs de tableaux. » (fr)
  • SimpleXML is a PHP extension that allows users to easily 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. It represents an easy way of getting an element's attributes and textual content if you know the XML document's structure or layout. Compared to DOM or the Expat parser, SimpleXML takes a fewer lines of code to read text data from an element. (en)
  • SimpleXML — клас в PHP 5, для роботи з XML-документами.SimpleXML представляє XML-документ як структуру даних.Цей клас простий у використанні, оскільки він вирішує лише найзагальніші завдання роботи з XML, залишивши інші для інших розширень. (uk)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 1582879 (xsd:integer)
dbo:wikiPageLength
  • 2832 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1094730893 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • SimpleXML est une API destinée à simplifier la manipulation des documents XML avec PHP. Contrairement au DOM XML qui repose exclusivement sur une série de méthodes définies par le W3C, SimpleXML permet de manipuler un document XML via des fonctions avancée de programmation orientée objet pour atteindre une plus grande simplicité d'utilisation « L'extension SimpleXML fournit des outils très simples et faciles à utiliser pour convertir du XML en un objet qui peut être manipulé avec ses propriétés et les itérateurs de tableaux. » (fr)
  • SimpleXML is a PHP extension that allows users to easily 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. It represents an easy way of getting an element's attributes and textual content if you know the XML document's structure or layout. Compared to DOM or the Expat parser, SimpleXML takes a fewer lines of code to read text data from an element. (en)
  • SimpleXML — клас в PHP 5, для роботи з XML-документами.SimpleXML представляє XML-документ як структуру даних.Цей клас простий у використанні, оскільки він вирішує лише найзагальніші завдання роботи з XML, залишивши інші для інших розширень. (uk)
rdfs:label
  • SimpleXML (fr)
  • SimpleXML (en)
  • SimpleXML (uk)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License