<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.xml.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'book.simplexml.php',
    1 => 'SimpleXML',
    2 => 'SimpleXML',
  ),
  'up' => 
  array (
    0 => 'refs.xml.php',
    1 => 'Manipolazione XML',
  ),
  'prev' => 
  array (
    0 => 'function.libxml-use-internal-errors.php',
    1 => 'libxml_use_internal_errors',
  ),
  'next' => 
  array (
    0 => 'simplexml.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/simplexml/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.simplexml.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.simplexml" class="book">
 
 <h1 class="title">SimpleXML</h1>

 
 <div id="intro.simplexml" class="preface">
  <h1 class="title">Introduzione</h1>
  <p class="para">
   The SimpleXML extension provides a very simple and easily usable
   toolset to convert XML to an object that can be processed with
   normal property selectors and array iterators.
  </p>
 </div>
 

 







 







 




 




 








<ul class="chunklist chunklist_book"><li><a href="simplexml.setup.php">Installazione/Configurazione</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="simplexml.requirements.php">Requisiti</a></li><li><a href="simplexml.installation.php">Installazione</a></li></ul></li><li><a href="simplexml.examples.php">Esempi</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="simplexml.examples-basic.php">Basic SimpleXML usage</a></li><li><a href="simplexml.examples-errors.php">Dealing with XML errors</a></li></ul></li><li><a href="class.simplexmlelement.php">SimpleXMLElement</a> — The SimpleXMLElement class<ul class="chunklist chunklist_book chunklist_children"><li><a href="simplexmlelement.addattribute.php">SimpleXMLElement::addAttribute</a> — Adds an attribute to the SimpleXML element</li><li><a href="simplexmlelement.addchild.php">SimpleXMLElement::addChild</a> — Adds a child element to the XML node</li><li><a href="simplexmlelement.asxml.php">SimpleXMLElement::asXML</a> — Return a well-formed XML string based on SimpleXML element</li><li><a href="simplexmlelement.attributes.php">SimpleXMLElement::attributes</a> — Identifies an element's attributes</li><li><a href="simplexmlelement.children.php">SimpleXMLElement::children</a> — Finds children of given node</li><li><a href="simplexmlelement.construct.php">SimpleXMLElement::__construct</a> — Creates a new SimpleXMLElement object</li><li><a href="simplexmlelement.count.php">SimpleXMLElement::count</a> — Counts the children of an element</li><li><a href="simplexmlelement.current.php">SimpleXMLElement::current</a> — Returns the current element</li><li><a href="simplexmlelement.getdocnamespaces.php">SimpleXMLElement::getDocNamespaces</a> — Returns namespaces declared in document</li><li><a href="simplexmlelement.getname.php">SimpleXMLElement::getName</a> — Gets the name of the XML element</li><li><a href="simplexmlelement.getnamespaces.php">SimpleXMLElement::getNamespaces</a> — Returns namespaces used in document</li><li><a href="simplexmlelement.getchildren.php">SimpleXMLElement::getChildren</a> — Returns the sub-elements of the current element</li><li><a href="simplexmlelement.haschildren.php">SimpleXMLElement::hasChildren</a> — Checks whether the current element has sub elements</li><li><a href="simplexmlelement.key.php">SimpleXMLElement::key</a> — Return current key</li><li><a href="simplexmlelement.next.php">SimpleXMLElement::next</a> — Move to next element</li><li><a href="simplexmlelement.registerxpathnamespace.php">SimpleXMLElement::registerXPathNamespace</a> — Creates a prefix/ns context for the next XPath query</li><li><a href="simplexmlelement.rewind.php">SimpleXMLElement::rewind</a> — Rewind to the first element</li><li><a href="simplexmlelement.savexml.php">SimpleXMLElement::saveXML</a> — Alias di SimpleXMLElement::asXML</li><li><a href="simplexmlelement.tostring.php">SimpleXMLElement::__toString</a> — Returns the string content</li><li><a href="simplexmlelement.valid.php">SimpleXMLElement::valid</a> — Check whether the current element is valid</li><li><a href="simplexmlelement.xpath.php">SimpleXMLElement::xpath</a> — Runs XPath query on XML data</li></ul></li><li><a href="class.simplexmliterator.php">SimpleXMLIterator</a> — The SimpleXMLIterator class</li><li><a href="ref.simplexml.php">SimpleXML Funzioni</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.simplexml-import-dom.php">simplexml_import_dom</a> — Get a SimpleXMLElement object from an XML or HTML node</li><li><a href="function.simplexml-load-file.php">simplexml_load_file</a> — Interprets an XML file into an object</li><li><a href="function.simplexml-load-string.php">simplexml_load_string</a> — Interprets a string of XML into an object</li></ul></li></ul></div><?php manual_footer($setup); ?>