<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'xml.requirements.php',
    1 => 'Вимоги',
    2 => 'Вимоги',
  ),
  'up' => 
  array (
    0 => 'xml.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'prev' => 
  array (
    0 => 'xml.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'next' => 
  array (
    0 => 'xml.installation.php',
    1 => 'Встановлення',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/xml/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xml.requirements" class="section">
  <h2 class="title">Вимоги</h2>
  <p class="para">
 Це розширення потребує підключеного PHP-розширення
 <a href="book.libxml.php" class="link">libxml</a>. Отже, команда конфігурації має
 містити прапорець <strong class="option configure">--with-libxml</strong> (для версій,
 старіших за PHP 7.4 — <strong class="option configure">--enable-libxml</strong>), хоча
 це все одно виконується неявно, бо libxml є стандартним розширенням.
</p>
  <p class="para">
   This extension uses an <span class="productname">expat compat layer</span> by
   default. It can use also <span class="productname">expat</span>, which can
   be found at <a href="https://libexpat.github.io/" class="link external">&raquo;&nbsp;https://libexpat.github.io/</a>.  The
   Makefile that comes with <span class="productname">expat</span> does not build a library by
   default, you can use this make rule for that:
   <div class="example-contents">
<div class="annotation-interactive makefilecode"><pre class="makefilecode">libexpat.a: $(OBJS)
    ar -rc $@ $(OBJS)
    ranlib $@</pre>
</div>
   </div>

   A source RPM package of expat can be found at <a href="https://sourceforge.net/projects/expat/" class="link external">&raquo;&nbsp;https://sourceforge.net/projects/expat/</a>.
  </p>
 </div><?php manual_footer($setup); ?>