<?php
$TOC = array (
  0 => 
  array (
    0 => 'example.xml-structure.php',
    1 => 'XML エレメント構造の例',
  ),
  1 => 
  array (
    0 => 'example.xml-map-tags.php',
    1 => 'XMLタグのマッピングの例',
  ),
  2 => 
  array (
    0 => 'example.xml-external-entity.php',
    1 => 'XML 外部エンティティの例',
  ),
  3 => 
  array (
    0 => 'example.xml-parsing-with-class.php',
    1 => 'クラスを使ってXMLをパースする',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'book.xml.php',
    1 => 'XML パーサー',
  ),
  1 => 
  array (
    0 => 'refs.xml.php',
    1 => 'XML 操作',
  ),
  2 => 
  array (
    0 => 'funcref.php',
    1 => '関数リファレンス',
  ),
  3 => 
  array (
    0 => 'index.php',
    1 => '序文',
  ),
);