<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'xml.examples.php',
    1 => '&Ouml;rnekler',
    2 => '&Ouml;rnekler',
  ),
  'up' => 
  array (
    0 => 'book.xml.php',
    1 => 'XML &Ccedil;&ouml;z&uuml;mleyici',
  ),
  'prev' => 
  array (
    0 => 'xml.encoding.php',
    1 => 'Karakter Kodlaması',
  ),
  'next' => 
  array (
    0 => 'example.xml-structure.php',
    1 => 'XML Eleman Yapısı &Ouml;rneği',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/xml/examples.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/xml.examples.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xml.examples" class="chapter">
 <h1 class="title">Örnekler</h1>
<h2>İçindekiler</h2><ul class="chunklist chunklist_chapter"><li><a href="example.xml-structure.php">XML Eleman Yapısı &Ouml;rneği</a></li><li><a href="example.xml-map-tags.php">XML Etiket Eşleme &Ouml;rneği</a></li><li><a href="example.xml-external-entity.php">XML Harici &Ouml;ğe &Ouml;rneği</a></li></ul>

 

 

 
</div>
<?php manual_footer($setup); ?>