Files
doc-fr/reference/dom/book.xml
David CARLIER 7ee80c3a14 Add link to DOMNamespaceNode (#735)
Sync DOM docs with EN
2024-01-06 12:50:39 +00:00

73 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 9b18516d6feb02d12056f8c7e88d0e83082e2e79 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<!-- CREDITS: DavidA -->
<book xml:id="book.dom" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>Model Objet d'un document</title>
<titleabbrev>DOM</titleabbrev>
<preface xml:id="intro.dom">
&reftitle.intro;
<para>
L'extension DOM permet d'effectuer des opérations sur les documents XML et HTML
via l'API DOM de PHP.
</para>
&dom.note.utf8;
</preface>
&reference.dom.setup;
&reference.dom.constants;
&reference.dom.examples;
&reference.dom.domattr;
&reference.dom.domcdatasection;
&reference.dom.domcharacterdata;
&reference.dom.domchildnode;
&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.domnamespacenode;
&reference.dom.domnode;
&reference.dom.domnodelist;
&reference.dom.domnotation;
&reference.dom.domparentnode;
&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:"~/.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
-->