<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/xml.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'xml.installation.php',
    1 => 'Installation',
    2 => 'Installation',
  ),
  'up' => 
  array (
    0 => 'xml.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'prev' => 
  array (
    0 => 'xml.requirements.php',
    1 => 'Anforderungen',
  ),
  'next' => 
  array (
    0 => 'xml.resources.php',
    1 => 'Ressource-Typen',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/xml/configure.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xml.installation" class="section">
 <h2 class="title">Installation</h2>
 <p class="para">
  Diese Erweiterung ist standardmäßig aktiviert. Sie kann bei der Kompilierung mit der folgenden Option ausgeschaltet werden: 
  <strong class="option configure">--disable-xml</strong>
 </p>
 
 <p class="para">
  These functions are enabled by default, using the bundled expat library.
  You can disable XML support with
  <strong class="option configure">--disable-xml</strong>.
  If you compile PHP as a module for Apache 1.3.9 or later, PHP will
  automatically use the bundled <span class="productname">expat</span> library from
  Apache. If you don&#039;t want to use the bundled expat library, configure
  PHP with <strong class="option configure">--with-expat-dir=DIR</strong>, where DIR should
  point to the base installation directory of expat.
 </p>
 <p class="simpara">Die Windowsversion von PHP enthält diese
Erweiterung. Um diese Funktionen zu verwenden, müssen Sie keine zusätzlichen
Erweiterungen aktivieren.</p>
</div><?php manual_footer($setup); ?>