mirror of
https://github.com/php/doc-ru.git
synced 2026-03-25 16:22:18 +01:00
* Update constants.xml * Update new-features.xml * Update book.xml * Update evstat.xml * Update construct.xml * Update ini.xml * Update book.xml * Update controls.xml * Update ldap-exop.xml * Update pattern.modifiers.xml * Update pattern.modifiers.xml * Update construct.xml * Update construct.xml * Update sodium-crypto-pwhash.xml * Update book.xml * Update close.xml * Update getarchiveflag.xml * Update open.xml * Update setarchiveflag.xml
54 lines
1.7 KiB
XML
54 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: c7918b8424d38afac26a0377fb3efc0b6c8a453d Maintainer: mch Status: ready -->
|
||
<!-- Reviewed: no -->
|
||
|
||
<book xml:id="book.xmlreader" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<?phpdoc extension-membership="bundledexternal" ?>
|
||
<title>XMLReader</title>
|
||
|
||
<!-- {{{ preface -->
|
||
<preface xml:id="intro.xmlreader">
|
||
&reftitle.intro;
|
||
<para>
|
||
Модуль XMLReader — синтаксический анализатор XML-документов.
|
||
Класс-читатель выступает в качестве курсора, следует по потоку документа
|
||
и останавливается на каждом узле на этом пути.
|
||
</para>
|
||
<!-- {{{ Note about the encoding -->
|
||
<section xml:id="xmlreader.encoding">
|
||
&reftitle.encoding;
|
||
<para>
|
||
Важно отметить, что модуль libxml внутри работает с кодировкой UTF-8
|
||
и поэтому кодировка извлекаемого содержимого будет UTF-8.
|
||
</para>
|
||
</section>
|
||
<!-- }}} -->
|
||
|
||
</preface>
|
||
<!-- }}} -->
|
||
|
||
&reference.xmlreader.setup;
|
||
&reference.xmlreader.xmlreader;
|
||
|
||
</book>
|
||
<!-- Keep this comment at the end of the file
|
||
Local variables:
|
||
mode: sgml
|
||
sgml-omittag:t
|
||
sgml-shorttag:t
|
||
sgml-minimize-attributes:nil
|
||
sgml-always-quote-attributes:t
|
||
sgml-indent-step:1
|
||
sgml-indent-data:t
|
||
indent-tabs-mode:nil
|
||
sgml-parent-document:nil
|
||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||
sgml-exposed-tags:nil
|
||
sgml-local-catalogs:nil
|
||
sgml-local-ecat-files:nil
|
||
End:
|
||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
vim: et tw=78 syn=sgml
|
||
vi: ts=1 sw=1
|
||
-->
|