<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.dom.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.dom.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.dom.php',
    1 => 'DOM',
  ),
  'prev' => 
  array (
    0 => 'book.dom.php',
    1 => 'DOM',
  ),
  'next' => 
  array (
    0 => 'dom.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/dom/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.dom" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   The DOM extension allows operations on XML and HTML documents through the DOM
   API with PHP.
  </p>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: <p class="para">Розширення DOM використовує
кодування UTF-8. Обробляти інші кодування можна за допомогою
<span class="function"><a href="function.mb-convert-encoding.php" class="function">mb_convert_encoding()</a></span>,
<span class="methodname"><a href="uconverter.transcode.php" class="methodname">UConverter::transcode()</a></span> або
<span class="function"><a href="function.iconv.php" class="function">iconv()</a></span>.</p></p></blockquote>
 </div><?php manual_footer($setup); ?>