1
0
mirror of https://github.com/php/doc-fr.git synced 2026-03-24 07:02:06 +01:00
Files
archived-doc-fr/reference/xmlreader/book.xml
2024-03-19 20:08:06 +00:00

57 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: c7918b8424d38afac26a0377fb3efc0b6c8a453d Maintainer: yannick 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>
L'extension XMLReader un analyseur XML Pull. Le lecteur fonctionne comme
un curseur qui avance sur le flux du document et s'arrête à chaque nœud
sur le chemin.
</para>
<!-- {{{ Note about the encoding -->
<section xml:id="xmlreader.encoding">
&reftitle.encoding;
<para>
Il est important de noter que, en interne, libxml utilise l'encodage
UTF-8 et donc, l'encodage du contenu récupéré devra toujours être
encodé 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
-->