mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-27 02:12:19 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@181346 c90b9560-bf6c-de11-be94-00142212c4b1
51 lines
1.3 KiB
XML
Executable File
51 lines
1.3 KiB
XML
Executable File
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.1 $ -->
|
|
<!-- EN-Revision: 1.2 Maintainer: dams Status: ready -->
|
|
<reference id="ref.libxml">
|
|
<title>libxml</title>
|
|
<titleabbrev>libxml</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="libxml.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
Ces fonctions et constantes sont disponibles depuis &php; 5.1.0 et si vous
|
|
avez compilé PHP avec les extensions basées sur libxml, c'est à dire
|
|
<link linkend="ref.dom">DOM</link>,
|
|
<link linkend="ref.simplexml">SimpleXML</link> et
|
|
<link linkend="ref.xslt">XSLT</link>.
|
|
</para>
|
|
</section>
|
|
<section id="libxml.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
Cette extension requiert <ulink url="&url.libxml;">libxml</ulink> >=
|
|
2.6.0.
|
|
</para>
|
|
</section>
|
|
&reference.libxml.constants;
|
|
</partintro>
|
|
&reference.libxml.functions;
|
|
</reference>
|
|
|
|
<!-- 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
|
|
-->
|