Files
doc-fr/reference/dom/book.xml
T
Yannick Torres 3d20fe648b &php; => PHP
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@261459 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-21 20:51:48 +00:00

78 lines
2.2 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- EN-Revision: 1.5 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<!-- Purpose: xml -->
<!-- Membership: bundled, external -->
<book xml:id="book.dom" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Model Objet d'un document</title>
<titleabbrev>DOM</titleabbrev>
<preface xml:id="intro.dom">
&reftitle.intro;
<para>
L'extension DOM vous permet d'utiliser des documents XML via l'API DOM
de PHP 5.
</para>
<para>
Pour PHP 4, utilisez l'extension <link linkend="ref.domxml">DOM XML</link>.
</para>
<note>
<para>
L'extension DOM utilise l'encodage UTF-8. Utilisez les fonctions
<function>utf8_encode</function> et <function>utf8_decode</function>
pour travailler avec les textes en ISO-8859-1 ou l'extension
<link linkend="ref.iconv">Iconv</link> pour les autres encodages.
</para>
</note>
</preface>
&reference.dom.setup;
&reference.dom.constants;
&reference.dom.domattr;
&reference.dom.domcharacterdata;
&reference.dom.domcomment;
&reference.dom.domdocument;
&reference.dom.domdocumentfragment;
&reference.dom.domdocumenttype;
&reference.dom.domelement;
&reference.dom.domentity;
&reference.dom.domentityreference;
&reference.dom.domexception;
&reference.dom.domimplementation;
&reference.dom.domnamednodemap;
&reference.dom.domnode;
&reference.dom.domnodelist;
&reference.dom.domnotation;
&reference.dom.domprocessinginstruction;
&reference.dom.domtext;
&reference.dom.domxpath;
<reference xml:id="ref.dom" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>DOM &Functions;</title>
&reference.dom.entities.functions;
</reference>
</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:"../../../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
-->