-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathbook.xml
More file actions
65 lines (62 loc) · 2.87 KB
/
book.xml
File metadata and controls
65 lines (62 loc) · 2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: c1f37a6c270aadbbb3da56a3973ffd62197adf2b Maintainer: mch Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="interactive">
<?phpdoc extension-membership="bundledexternal" ?>
<title>Разбор XML-документов</title>
<!-- {{{ preface -->
<preface xml:id="intro.xml">
&reftitle.intro;
<para>
XML (eXtensible Markup Language — расширяемый язык разметки) — формат данных для обмена
структурированными документами в интернете. Стандарт разработал
Консорциум Всемирной паутины (англ. World Wide Web Consortium, W3C). Информация о формате XML
и связанных технологиях доступна на странице <link xlink:href="&url.xml;">&url.xml;</link>.
</para>
<para>
Этот PHP-модуль реализует поддержку библиотеки
<productname>expat</productname> Джеймса Кларка в PHP. Набор инструментов модуля позволяет
разбирать, но не проверять XML-документы. Модуль поддерживает три
<link linkend="xml.encoding">кодировки символов</link> исходного текста,
которые также поддерживаются PHP: <literal>US-ASCII</literal>,
<literal>ISO-8859-1</literal> и <literal>UTF-8</literal>.
Кодировка <literal>UTF-16</literal> не поддерживается.
</para>
<para>
Модуль позволяет <link linkend="function.xml-parser-create">создавать XML-парсеры</link>
и затем определять <emphasis>обработчики</emphasis> XML-событий.
Для каждого XML-парсера также предусмотрели <link linkend="function.xml-parser-set-option">параметры</link>
для тонкой настройки анализатора.
</para>
</preface>
<!-- }}} -->
&reference.xml.setup;
&reference.xml.constants;
&reference.xml.eventhandlers;
&reference.xml.case-folding;
&reference.xml.error-codes;
&reference.xml.encoding;
&reference.xml.examples;
&reference.xml.reference;
&reference.xml.xmlparser;
</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
-->