<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.xml.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'xml.error-codes.php',
    1 => 'Error Codes',
    2 => 'Error Codes',
  ),
  'up' => 
  array (
    0 => 'book.xml.php',
    1 => 'Analizador XML',
  ),
  'prev' => 
  array (
    0 => 'xml.case-folding.php',
    1 => 'Case Folding',
  ),
  'next' => 
  array (
    0 => 'xml.encoding.php',
    1 => 'Codificaci&oacute;n de caracteres',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/xml/error-codes.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xml.error-codes" class="article">
 <h1 class="title">Error Codes</h1>

 <p class="para">
    Las siguientes constantes se definen para códigos de error XML (como
  los que devuelve <span class="function"><strong> xml_parse ()</strong></span>):
  <ul class="simplelist">
   <li><strong><code><a href="xml.constants.php#constant.xml-error-none">XML_ERROR_NONE</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-no-memory">XML_ERROR_NO_MEMORY</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-syntax">XML_ERROR_SYNTAX</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-no-elements">XML_ERROR_NO_ELEMENTS</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-invalid-token">XML_ERROR_INVALID_TOKEN</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-unclosed-token">XML_ERROR_UNCLOSED_TOKEN</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-partial-char">XML_ERROR_PARTIAL_CHAR</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-tag-mismatch">XML_ERROR_TAG_MISMATCH</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-duplicate-attribute">XML_ERROR_DUPLICATE_ATTRIBUTE</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-junk-after-doc-element">XML_ERROR_JUNK_AFTER_DOC_ELEMENT</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-param-entity-ref">XML_ERROR_PARAM_ENTITY_REF</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-undefined-entity">XML_ERROR_UNDEFINED_ENTITY</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-recursive-entity-ref">XML_ERROR_RECURSIVE_ENTITY_REF</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-async-entity">XML_ERROR_ASYNC_ENTITY</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-bad-char-ref">XML_ERROR_BAD_CHAR_REF</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-binary-entity-ref">XML_ERROR_BINARY_ENTITY_REF</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-attribute-external-entity-ref">XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-misplaced-xml-pi">XML_ERROR_MISPLACED_XML_PI</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-unknown-encoding">XML_ERROR_UNKNOWN_ENCODING</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-incorrect-encoding">XML_ERROR_INCORRECT_ENCODING</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-unclosed-cdata-section">XML_ERROR_UNCLOSED_CDATA_SECTION</a></code></strong></li>
   <li><strong><code><a href="xml.constants.php#constant.xml-error-external-entity-handling">XML_ERROR_EXTERNAL_ENTITY_HANDLING</a></code></strong></li>
  </ul>
 </p>
</div>
<?php manual_footer($setup); ?>