<?php
$TOC = array (
  0 => 
  array (
    0 => 'example.xml-structure.php',
    1 => 'Ejemplo de estructura XML',
  ),
  1 => 
  array (
    0 => 'example.xml-map-tags.php',
    1 => 'Conversi&oacute;n XML -&gt; HTML',
  ),
  2 => 
  array (
    0 => 'example.xml-external-entity.php',
    1 => 'Entidad externa',
  ),
  3 => 
  array (
    0 => 'example.xml-parsing-with-class.php',
    1 => 'An&aacute;lisis XML con una clase',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.xml.php',
    1 => 'Analizador XML',
  ),
  1 => 
  array (
    0 => 'refs.xml.php',
    1 => 'Manipulaci&oacute;n de XML',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => 'Referencia de funciones',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => 'Prefacio',
  ),
);