didou Wed Jan 12 05:59:43 2005 EDT
Modified files:
/phpdoc/en/reference/domxml/functions DomDocument-xinclude.xml
Log:
Add link to xinclude specs and fix title
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml:1.6
phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml:1.7
--- phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml:1.6 Mon Nov
1 11:22:46 2004
+++ phpdoc/en/reference/domxml/functions/DomDocument-xinclude.xml Wed Jan
12 05:59:42 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.domdocument-xinclude">
<refnamediv>
<refname>DomDocument->xinclude</refname>
@@ -15,11 +15,12 @@
</methodsynopsis>
&warn.experimental.func;
<para>
- This function substitutes XIncludes in a DomDocument object.
+ This function substitutes <ulink
+ url="&url.xinclude.spec;">XIncludes</ulink> in a DomDocument object.
</para>
<para>
<example>
- <title>Substitu</title>
+ <title>Substituting Xincludes</title>
<programlisting role="php">
<![CDATA[
<?php