dams            Sat Jan 18 18:03:19 2003 EDT

  Modified files:              
    /phpdoc/en/reference/domxml/functions       DomAttribute-name.xml 
                                                DomAttribute-value.xml 
                                                DomDocument-create-attribute.xml 
                                                DomDocument-create-cdata-section.xml 
                                                DomDocument-create-comment.xml 
                                                DomDocument-create-element-ns.xml 
                                                DomDocument-create-element.xml 
                                                
DomDocument-create-entity-reference.xml 
                                                
DomDocument-create-processing-instruction.xml 
                                                DomDocument-create-text-node.xml 
                                                DomDocument-dump-file.xml 
                                                DomDocument-dump-mem.xml 
                                                DomDocument-get-element-by-id.xml 
                                                
DomDocument-get-elements-by-tagname.xml 
                                                DomDocument-html-dump-mem.xml 
                                                DomElement-get-attribute.xml 
                                                DomElement-set-attribute.xml 
                                                DomNode-add-namespace.xml 
                                                DomNode-append-child.xml 
                                                DomNode-append-sibling.xml 
                                                DomNode-child-nodes.xml 
                                                DomNode-dump-node.xml 
                                                DomNode-first-child.xml 
                                                DomNode-has-attributes.xml 
                                                DomNode-has-child-nodes.xml 
                                                DomNode-insert-before.xml 
                                                DomNode-last-child.xml 
                                                DomNode-next-sibling.xml 
                                                DomNode-owner-document.xml 
                                                DomNode-previous-sibling.xml 
                                                DomNode-remove-child.xml 
                                                DomNode-replace-child.xml 
                                                DomNode-replace-node.xml 
                                                DomNode-set-name.xml 
                                                DomNode-set-namespace.xml 
                                                domxml-new-doc.xml 
                                                domxml-xslt-stylesheet-doc.xml 
                                                domxml-xslt-stylesheet-file.xml 
                                                domxml-xslt-stylesheet.xml 
  Log:
  using &true; entity
  
Index: phpdoc/en/reference/domxml/functions/DomAttribute-name.xml
diff -u phpdoc/en/reference/domxml/functions/DomAttribute-name.xml:1.2 
phpdoc/en/reference/domxml/functions/DomAttribute-name.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomAttribute-name.xml:1.2      Wed Apr 17 
02:37:35 2002
+++ phpdoc/en/reference/domxml/functions/DomAttribute-name.xml  Sat Jan 18 18:03:18 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomAttribute-name'>
    <refnamediv>
@@ -18,7 +18,7 @@
      This function returns the name of the attribute.
     </para>
     <para>
-     See also <function>DomAttribute_value</function>.
+     See also <function>domattribute_value</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomAttribute-value.xml
diff -u phpdoc/en/reference/domxml/functions/DomAttribute-value.xml:1.2 
phpdoc/en/reference/domxml/functions/DomAttribute-value.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomAttribute-value.xml:1.2     Wed Apr 17 
02:37:36 2002
+++ phpdoc/en/reference/domxml/functions/DomAttribute-value.xml Sat Jan 18 18:03:18 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomAttribute-value'>
    <refnamediv>
@@ -18,7 +18,7 @@
      This function returns the value of the attribute.
     </para>
     <para>
-     See also <function>DomAttribute_name</function>.
+     See also <function>domattribute_name</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-attribute.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-create-attribute.xml:1.2 
phpdoc/en/reference/domxml/functions/DomDocument-create-attribute.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomDocument-create-attribute.xml:1.2   Wed 
Apr 17 02:37:36 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-attribute.xml       Sat 
+Jan 18 18:03:18 2003
@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id="function.DomDocument-create-attribute">
    <refnamediv>
     <refname>DomDocument->create_attribute</refname>
-    <refpurpose>
-     Create new attribute
-    </refpurpose>
+    <refpurpose>Create new attribute</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -21,19 +19,19 @@
      value of the first parameter. The value of the attribute is the value of
      the second parameter. This node will not show up in the
      document unless it is inserted with e.g.
-     <function>DomNode_append_child</function>.
+     <function>domnode_append_child</function>.
     </para>
     <para>
-     The return value is false if an error occured.
+     The return value is &false; if an error occured.
     </para>
     <para>
-     See also <function>DomNode_append_child</function>,
-              <function>DomDocument_create_element</function>,
-              <function>DomDocument_create_text</function>,
-              <function>DomDocument_create_cdata_section</function>,
-              <function>DomDocument_create_processing_instruction</function>,
-              <function>DomDocument_create_entity_reference</function>,
-              <function>DomNode_insert_before</function>.
+     See also <function>domnode_append_child</function>,
+              <function>domdocument_create_element</function>,
+              <function>domdocument_create_text</function>,
+              <function>domdocument_create_cdata_section</function>,
+              <function>domdocument_create_processing_instruction</function>,
+              <function>domdocument_create_entity_reference</function>, and
+              <function>domnode_insert_before</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml:1.2 
phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml:1.2      
 Wed Apr 17 02:37:36 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-cdata-section.xml   Sat 
+Jan 18 18:03:18 2003
@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id="function.DomDocument-create-cdata-section">
    <refnamediv>
     <refname>DomDocument->create_cdata_section</refname>
-    <refpurpose>
-     Create new cdata node
-    </refpurpose>
+    <refpurpose>Create new cdata node</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -19,19 +17,19 @@
      <classname>DomCData</classname>. The content of the cdata is the
      value of the passed parameter. This node will not show up in the
      document unless it is inserted with e.g.
-     <function>DomNode_append_child</function>.
+     <function>domnode_append_child</function>.
     </para>
     <para>
-     The return value is false if an error occured.
+     The return value is &false; if an error occured.
     </para>
     <para>
-     See also <function>DomNode_append_child</function>,
-              <function>DomDocument_create_element</function>,
-              <function>DomDocument_create_text</function>,
-              <function>DomDocument_create_attribute</function>,
-              <function>DomDocument_create_processing_instruction</function>,
-              <function>DomDocument_create_entity_reference</function>,
-              <function>DomNode_insert_before</function>.
+     See also <function>domnode_append_child</function>,
+              <function>domdocument_create_element</function>,
+              <function>domdocument_create_text</function>,
+              <function>domdocument_create_attribute</function>,
+              <function>domdocument_create_processing_instruction</function>,
+              <function>domdocument_create_entity_reference</function>, and
+              <function>domnode_insert_before</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-comment.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-create-comment.xml:1.2 
phpdoc/en/reference/domxml/functions/DomDocument-create-comment.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomDocument-create-comment.xml:1.2     Wed 
Apr 17 02:37:36 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-comment.xml Sat Jan 18 
+18:03:18 2003
@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id="function.DomDocument-create-comment">
    <refnamediv>
     <refname>DomDocument->create_comment</refname>
-    <refpurpose>
-     Create new comment node
-    </refpurpose>
+    <refpurpose>Create new comment node</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -19,19 +17,19 @@
      <classname>DomComment</classname>. The content of the comment is the
      value of the passed parameter. This node will not show up in the
      document unless it is inserted with e.g.
-     <function>DomNode_append_child</function>.
+     <function>domnode_append_child</function>.
     </para>
     <para>
-     The return value is false if an error occured.
+     The return value is &false; if an error occured.
     </para>
     <para>
-     See also <function>DomNode_append_child</function>,
-              <function>DomDocument_create_element</function>,
-              <function>DomDocument_create_text</function>,
-              <function>DomDocument_create_attribute</function>,
-              <function>DomDocument_create_processing_instruction</function>,
-              <function>DomDocument_create_entity_reference</function>,
-              <function>DomNode_insert_before</function>.
+     See also <function>domnode_append_child</function>,
+              <function>domdocument_create_element</function>,
+              <function>domdocument_create_text</function>,
+              <function>domdocument_create_attribute</function>,
+              <function>domdocument_create_processing_instruction</function>,
+              <function>domdocument_create_entity_reference</function> and
+              <function>domnode_insert_before</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-element-ns.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-create-element-ns.xml:1.1 
phpdoc/en/reference/domxml/functions/DomDocument-create-element-ns.xml:1.2
--- phpdoc/en/reference/domxml/functions/DomDocument-create-element-ns.xml:1.1  Thu 
Aug 15 09:25:13 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-element-ns.xml      Sat 
+Jan 18 18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id="function.DomDocument-create-element_ns">
    <refnamediv>
@@ -25,22 +25,22 @@
      of the document, the prefix of this is taken, otherwise it will take the one 
provided 
      in the optional parameter <parameter>prefix</parameter> or generate a random one.
      This node will not show up in the document unless it is inserted with e.g.
-     <function>DomNode_append_child</function>.
+     <function>domnode_append_child</function>.
     </para>
     <para>
-     The return value is false if an error occured.
+     The return value is &false; if an error occured.
     </para>
     <para>
-     See also <function>DomDocument_create_element_ns</function>,
-              <function>DomNode_add_namespace</function>,
-              <function>DomNode_set_namespace</function>,
-              <function>DomNode_append_child</function>,
-              <function>DomDocument_create_text</function>,
-              <function>DomDocument_create_comment</function>,
-              <function>DomDocument_create_attribute</function>,
-              <function>DomDocument_create_processing_instruction</function>,
-              <function>DomDocument_create_entity_reference</function>,
-              <function>DomNode_insert_before</function>.
+     See also <function>domdocument_create_element_ns</function>,
+              <function>domnode_add_namespace</function>,
+              <function>domnode_set_namespace</function>,
+              <function>domnode_append_child</function>,
+              <function>domdocument_create_text</function>,
+              <function>domdocument_create_comment</function>,
+              <function>domdocument_create_attribute</function>,
+              <function>domdocument_create_processing_instruction</function>,
+              <function>domdocument_create_entity_reference</function>, and
+              <function>domnode_insert_before</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-element.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-create-element.xml:1.3 
phpdoc/en/reference/domxml/functions/DomDocument-create-element.xml:1.4
--- phpdoc/en/reference/domxml/functions/DomDocument-create-element.xml:1.3     Thu 
Aug 15 09:25:13 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-element.xml Sat Jan 18 
+18:03:18 2003
@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id="function.DomDocument-create-element">
    <refnamediv>
     <refname>DomDocument->create_element</refname>
-    <refpurpose>
-     Create new element node
-    </refpurpose>
+    <refpurpose>Create new element node</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -19,20 +17,20 @@
      <classname>DomElement</classname>. The tag name of the element is the
      value of the passed parameter.  This node will not show up in the
      document unless it is inserted with e.g.
-     <function>DomNode_append_child</function>.
+     <function>domnode_append_child</function>.
     </para>
     <para>
-     The return value is false if an error occured.
+     The return value is &false; if an error occured.
     </para>
     <para>
-     See also <function>DomDocument_create_element_ns</function>,
-              <function>DomNode_append_child</function>,
-              <function>DomDocument_create_text</function>,
-              <function>DomDocument_create_comment</function>,
-              <function>DomDocument_create_attribute</function>,
-              <function>DomDocument_create_processing_instruction</function>,
-              <function>DomDocument_create_entity_reference</function>,
-              <function>DomNode_insert_before</function>.
+     See also <function>domdocument_create_element_ns</function>,
+              <function>domnode_append_child</function>,
+              <function>domdocument_create_text</function>,
+              <function>domdocument_create_comment</function>,
+              <function>domdocument_create_attribute</function>,
+              <function>domdocument_create_processing_instruction</function>,
+              <function>domdocument_create_entity_reference</function>, and
+              <function>domnode_insert_before</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-entity-reference.xml
diff -u 
phpdoc/en/reference/domxml/functions/DomDocument-create-entity-reference.xml:1.2 
phpdoc/en/reference/domxml/functions/DomDocument-create-entity-reference.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomDocument-create-entity-reference.xml:1.2   
 Wed Apr 17 02:37:36 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-entity-reference.xml       
+ Sat Jan 18 18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id="function.DomDocument-create-entity-reference">
    <refnamediv>
@@ -19,19 +19,19 @@
      reference is the
      value of the passed parameter. This node will not show up in the
      document unless it is inserted with e.g.
-     <function>DomNode_append_child</function>.
+     <function>domnode_append_child</function>.
     </para>
     <para>
-     The return value is false if an error occured.
+     The return value is &false; if an error occured.
     </para>
     <para>
-     See also <function>DomNode_append_child</function>,
-              <function>DomDocument_create_element</function>,
-              <function>DomDocument_create_text</function>,
-              <function>DomDocument_create_cdata_section</function>,
-              <function>DomDocument_create_processing_instruction</function>,
-              <function>DomDocument_create_attribute</function>,
-              <function>DomNode_insert_before</function>.
+     See also <function>domnode_append_child</function>,
+              <function>domdocument_create_element</function>,
+              <function>domdocument_create_text</function>,
+              <function>domdocument_create_cdata_section</function>,
+              <function>domdocument_create_processing_instruction</function>,
+              <function>domdocument_create_attribute</function>, and
+              <function>domnode_insert_before</function>.
     </para>
    </refsect1>
   </refentry>
Index: 
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml
diff -u 
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml:1.2 
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml:1.3
--- 
phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml:1.2 
     Wed Apr 17 02:37:37 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-processing-instruction.xml 
+ Sat Jan 18 18:03:18 2003
@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id="function.DomDocument-create-processing-instruction">
    <refnamediv>
     <refname>DomDocument->create_processing_instruction</refname>
-    <refpurpose>
-     Creates new PI node
-    </refpurpose>
+    <refpurpose>Creates new PI node</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -19,19 +17,19 @@
      <classname>DomCData</classname>. The content of the pi is the
      value of the passed parameter. This node will not show up in the
      document unless it is inserted with e.g.
-     <function>DomNode_append_child</function>.
+     <function>domnode_append_child</function>.
     </para>
     <para>
-     The return value is false if an error occured.
+     The return value is &false; if an error occured.
     </para>
     <para>
-     See also <function>DomNode_append_child</function>,
-              <function>DomDocument_create_element</function>,
-              <function>DomDocument_create_text</function>,
-              <function>DomDocument_create_cdata_section</function>,
-              <function>DomDocument_create_attribute</function>,
-              <function>DomDocument_create_entity_reference</function>,
-              <function>DomNode_insert_before</function>.
+     See also <function>domnode_append_child</function>,
+              <function>domdocument_create_element</function>,
+              <function>domdocument_create_text</function>,
+              <function>domdocument_create_cdata_section</function>,
+              <function>domdocument_create_attribute</function>,
+              <function>domdocument_create_entity_reference</function>, and
+              <function>domnode_insert_before</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomDocument-create-text-node.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-create-text-node.xml:1.2 
phpdoc/en/reference/domxml/functions/DomDocument-create-text-node.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomDocument-create-text-node.xml:1.2   Wed 
Apr 17 02:37:37 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-create-text-node.xml       Sat 
+Jan 18 18:03:18 2003
@@ -1,12 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id="function.DomDocument-create-text-node">
    <refnamediv>
     <refname>DomDocument->create_text_node</refname>
-    <refpurpose>
-     Create new text node
-    </refpurpose>
+    <refpurpose>Create new text node</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -20,20 +18,20 @@
      the passed
      parameter. This node will not show up in the
      document unless it is inserted with e.g.
-     <function>DomNode_append_child</function>.
+     <function>domnode_append_child</function>.
     </para>
     <para>
-     The return value is false if an error occured.
+     The return value is &false; if an error occured.
     </para>
     <para>
-     See also <function>DomNode_append_child</function>,
-              <function>DomDocument_create_element</function>,
-              <function>DomDocument_create_comment</function>,
-              <function>DomDocument_create_text</function>,
-              <function>DomDocument_create_attribute</function>,
-              <function>DomDocument_create_processing_instruction</function>,
-              <function>DomDocument_create_entity_reference</function>,
-              <function>DomNode_insert_before</function>.
+     See also <function>domnode_append_child</function>,
+              <function>domdocument_create_element</function>,
+              <function>domdocument_create_comment</function>,
+              <function>domdocument_create_text</function>,
+              <function>domdocument_create_attribute</function>,
+              <function>domdocument_create_processing_instruction</function>,
+              <function>domdocument_create_entity_reference</function>, and
+              <function>domnode_insert_before</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomDocument-dump-file.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-dump-file.xml:1.2 
phpdoc/en/reference/domxml/functions/DomDocument-dump-file.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomDocument-dump-file.xml:1.2  Wed Apr 17 
02:37:37 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-dump-file.xml      Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.6 -->
   <refentry id="function.DomDocument-dump-file">
    <refnamediv>
@@ -46,8 +46,8 @@
      </example>
     </para>
     <para>
-     See also <function>DomDocument_dump_mem</function>
-              <function>DomDocument_html_dump_mem</function>.
+     See also <function>domdocument_dump_mem</function>
+              <function>domdocument_html_dump_mem</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomDocument-dump-mem.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-dump-mem.xml:1.3 
phpdoc/en/reference/domxml/functions/DomDocument-dump-mem.xml:1.4
--- phpdoc/en/reference/domxml/functions/DomDocument-dump-mem.xml:1.3   Fri Aug 16 
12:18:13 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-dump-mem.xml       Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.6 -->
   <refentry id="function.DomDocument-dump-mem">
    <refnamediv>
@@ -52,8 +52,8 @@
      </para>
     </note>
     <para>
-     See also <function>DomDocument_dump_file</function>,
-              <function>DomDocument_html_dump_mem</function>.
+     See also <function>domdocument_dump_file</function>,
+              <function>domdocument_html_dump_mem</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomDocument-get-element-by-id.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-get-element-by-id.xml:1.3 
phpdoc/en/reference/domxml/functions/DomDocument-get-element-by-id.xml:1.4
--- phpdoc/en/reference/domxml/functions/DomDocument-get-element-by-id.xml:1.3  Mon 
Apr 22 08:05:41 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-get-element-by-id.xml      Sat 
+Jan 18 18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id="function.DomDocument-get-element-by-id">
    <refnamediv>
@@ -16,7 +16,7 @@
     </methodsynopsis>
     <para>
      This function is similar to
-     <function>DomDocument_get_elements_by_tagname</function> but searches for
+     <function>domdocument_get_elements_by_tagname</function> but searches for
      an element with a given id. According to the DOM standard this requires a
      DTD which defines the attribute ID to be of type ID, though the current
      implementation simply does an xpath search for "//*[@ID = '%s']". This
@@ -25,7 +25,7 @@
      be fixed, so do not rely on the current behaviour.
     </para>
     <para>
-     See also <function>DomDocument_get_elements_by_tagname</function>
+     See also <function>domdocument_get_elements_by_tagname</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomDocument-get-elements-by-tagname.xml
diff -u 
phpdoc/en/reference/domxml/functions/DomDocument-get-elements-by-tagname.xml:1.2 
phpdoc/en/reference/domxml/functions/DomDocument-get-elements-by-tagname.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomDocument-get-elements-by-tagname.xml:1.2   
 Wed Apr 17 02:37:37 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-get-elements-by-tagname.xml       
+ Sat Jan 18 18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id="function.DomDocument-get-elements-by-tagname">
    <refnamediv>
@@ -16,7 +16,7 @@
     <para>
     </para>
     <para>
-     See also <function>DomDocument_add_root</function>
+     See also <function>domdocument_add_root</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomDocument-html-dump-mem.xml
diff -u phpdoc/en/reference/domxml/functions/DomDocument-html-dump-mem.xml:1.2 
phpdoc/en/reference/domxml/functions/DomDocument-html-dump-mem.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomDocument-html-dump-mem.xml:1.2      Wed 
Apr 17 02:37:37 2002
+++ phpdoc/en/reference/domxml/functions/DomDocument-html-dump-mem.xml  Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.6 -->
   <refentry id="function.DomDocument-html-dump-mem">
    <refnamediv>
@@ -43,8 +43,8 @@
      </example>
     </para>
     <para>
-     See also <function>DomDocument_dump_file</function>,
-              <function>DomDocument_html_dump_mem</function>.
+     See also <function>domdocument_dump_file</function>,
+              <function>domdocument_html_dump_mem</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomElement-get-attribute.xml
diff -u phpdoc/en/reference/domxml/functions/DomElement-get-attribute.xml:1.3 
phpdoc/en/reference/domxml/functions/DomElement-get-attribute.xml:1.4
--- phpdoc/en/reference/domxml/functions/DomElement-get-attribute.xml:1.3       Mon 
Aug 19 10:15:06 2002
+++ phpdoc/en/reference/domxml/functions/DomElement-get-attribute.xml   Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.28 -->
   <refentry id='function.DomElement-get-attribute'>
    <refnamediv>
@@ -23,7 +23,7 @@
      string is returned.
     </para>
     <para>
-     See also <function>DomElement_set_attribute</function>
+     See also <function>domelement_set_attribute</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomElement-set-attribute.xml
diff -u phpdoc/en/reference/domxml/functions/DomElement-set-attribute.xml:1.2 
phpdoc/en/reference/domxml/functions/DomElement-set-attribute.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomElement-set-attribute.xml:1.2       Wed 
Apr 17 02:37:38 2002
+++ phpdoc/en/reference/domxml/functions/DomElement-set-attribute.xml   Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.27 -->
   <refentry id='function.DomElement-set-attribute'>
    <refnamediv>
@@ -35,7 +35,7 @@
      </example>
     </para>
     <para>
-     See also <function>DomElement_get_attribute</function>
+     See also <function>domelement_get_attribute</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-add-namespace.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-add-namespace.xml:1.1 
phpdoc/en/reference/domxml/functions/DomNode-add-namespace.xml:1.2
--- phpdoc/en/reference/domxml/functions/DomNode-add-namespace.xml:1.1  Thu Aug 15 
09:25:13 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-add-namespace.xml      Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomNode-add-namespace'>
    <refnamediv>
@@ -18,8 +18,8 @@
     <para>
     </para>
     <para>
-     See also <function>DomDocument_create_element_ns</function>,
-               <function>DomNode_set_namespace</function>
+     See also <function>domdocument_create_element_ns</function>,
+               <function>domnode_set_namespace</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-append-child.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-append-child.xml:1.3 
phpdoc/en/reference/domxml/functions/DomNode-append-child.xml:1.4
--- phpdoc/en/reference/domxml/functions/DomNode-append-child.xml:1.3   Fri Aug 16 
05:10:15 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-append-child.xml       Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.40 -->
   <refentry id='function.DomNode-append-child'>
    <refnamediv>
@@ -17,8 +17,8 @@
     <para>
      This functions appends a child to an existing list of children or creates
      a new list of children. The child can be created with e.g.
-     <function>DomDocument_create_element</function>,
-     <function>DomDocument_create_text</function> etc. or simply by using any
+     <function>domdocument_create_element</function>,
+     <function>domdocument_create_text</function> etc. or simply by using any
      other node.
     </para>
     <para>
@@ -101,12 +101,12 @@
       </programlisting>
      </example>
      The above example could also be done with
-     <function>DomNode_insert_before</function> instead of
-     <function>DomNode_append_child</function>.
+     <function>domnode_insert_before</function> instead of
+     <function>domnode_append_child</function>.
     </para>
     <para>
-     See also <function>DomNode_insert_before</function>,
-              <function>DomNode_clone_node</function>.
+     See also <function>domnode_insert_before</function>,
+              <function>domnode_clone_node</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml:1.2 
phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml:1.2 Mon Sep  9 
15:25:36 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml     Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id='function.DomNode-append-sibling'>
    <refnamediv>
     <refname>DomNode->append_sibling</refname>
@@ -16,8 +16,8 @@
     <para>
      This functions appends a sibling to an existing node.
      The child can be created with e.g.
-     <function>DomDocument_create_element</function>,
-     <function>DomDocument_create_text</function> etc. or simply by using any
+     <function>domdocument_create_element</function>,
+     <function>domdocument_create_text</function> etc. or simply by using any
      other node.
     </para>
     <para>
@@ -31,10 +31,10 @@
     </para>
     <para>
      This function has been added to provide the behaviour of
-     <function>DomNode_append_child</function> as it works till PHP 4.2.
+     <function>domnode_append_child</function> as it works till PHP 4.2.
     </para>
     <para>
-     See also <function>DomNode_append_before</function>.
+     See also <function>domnode_append_before</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-child-nodes.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-child-nodes.xml:1.3 
phpdoc/en/reference/domxml/functions/DomNode-child-nodes.xml:1.4
--- phpdoc/en/reference/domxml/functions/DomNode-child-nodes.xml:1.3    Wed Jun 12 
05:59:38 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-child-nodes.xml        Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomNode-child-nodes'>
    <refnamediv>
@@ -18,8 +18,8 @@
      Returns all children of the node.
     </para>
     <para>
-     See also <function>DomNode_next_sibling</function>,
-              <function>DomNode_previous_sibling</function>.
+     See also <function>domnode_next_sibling</function>,
+              <function>domnode_previous_sibling</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-dump-node.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-dump-node.xml:1.2 
phpdoc/en/reference/domxml/functions/DomNode-dump-node.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomNode-dump-node.xml:1.2      Wed Apr 17 
02:37:39 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-dump-node.xml  Sat Jan 18 18:03:18 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
   <refentry id='function.DomNode-dump-node'>
    <refnamediv>
@@ -18,7 +18,7 @@
      &warn.undocumented.func;
     </para>
     <para>
-     See also <function>DomDocument_dump_mem</function>.
+     See also <function>domdocument_dump_mem</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-first-child.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-first-child.xml:1.3 
phpdoc/en/reference/domxml/functions/DomNode-first-child.xml:1.4
--- phpdoc/en/reference/domxml/functions/DomNode-first-child.xml:1.3    Mon Aug 19 
10:15:06 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-first-child.xml        Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomNode-first-child'>
    <refnamediv>
@@ -21,9 +21,9 @@
      (PHP &gt;= 4.3 only) If no first child is found, NULL is returned.
     </para>
     <para>
-     See also <function>DomNode_last_child</function>,
-              <function>DomNode_next_sibling</function>,
-              <function>DomNode_previous_sibling</function>.
+     See also <function>domnode_last_child</function>,
+              <function>domnode_next_sibling</function>,
+              <function>domnode_previous_sibling</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-has-attributes.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-has-attributes.xml:1.2 
phpdoc/en/reference/domxml/functions/DomNode-has-attributes.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomNode-has-attributes.xml:1.2 Wed Apr 17 
02:37:39 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-has-attributes.xml     Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomNode-has-attributes'>
    <refnamediv>
@@ -18,7 +18,7 @@
      This function checks if the node has attributes.
     </para>
     <para>
-     See also <function>DomNode_has_child_nodes</function>.
+     See also <function>domnode_has_child_nodes</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-has-child-nodes.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-has-child-nodes.xml:1.2 
phpdoc/en/reference/domxml/functions/DomNode-has-child-nodes.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomNode-has-child-nodes.xml:1.2        Wed 
Apr 17 02:37:39 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-has-child-nodes.xml    Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomNode-has-child-nodes'>
    <refnamediv>
@@ -18,7 +18,7 @@
      This function checks if the node has children.
     </para>
     <para>
-     See also <function>DomNode_child_nodes</function>.
+     See also <function>domnode_child_nodes</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml:1.3 
phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml:1.4
--- phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml:1.3  Fri Aug 16 
05:10:15 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml      Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomNode-insert-before'>
    <refnamediv>
@@ -28,10 +28,10 @@
      will be inserted at the end of the list of children.  
     </para>
     <para>
-     <function>DomNode_insert_before</function> is very similar to
-     <function>DomNode_append_child</function> as the following example shows
+     <function>domnode_insert_before</function> is very similar to
+     <function>domnode_append_child</function> as the following example shows
      which does the same as the example at
-     <function>DomNode_append_child</function>.
+     <function>domnode_append_child</function>.
     </para>
     <para>
      <example>
@@ -62,7 +62,7 @@
      </example>
     </para>
     <para>
-     See also <function>DomNode_append_child</function>.
+     See also <function>domnode_append_child</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-last-child.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-last-child.xml:1.4 
phpdoc/en/reference/domxml/functions/DomNode-last-child.xml:1.5
--- phpdoc/en/reference/domxml/functions/DomNode-last-child.xml:1.4     Mon Sep  9 
15:22:26 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-last-child.xml Sat Jan 18 18:03:18 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomNode-last-child'>
    <refnamediv>
@@ -21,9 +21,9 @@
      (PHP &gt;= 4.3 only) If no last child is found, NULL is returned.
     </para>
     <para>
-     See also <function>DomNode_first_child</function>,
-              <function>DomNode_next_sibling</function>,
-              <function>DomNode_previous_sibling</function>.
+     See also <function>domnode_first_child</function>,
+              <function>domnode_next_sibling</function>,
+              <function>domnode_previous_sibling</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml:1.4 
phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml:1.5
--- phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml:1.4   Tue Aug 27 
15:21:11 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-next-sibling.xml       Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomNode-next-sibling'>
    <refnamediv>
@@ -16,7 +16,7 @@
     </methodsynopsis>
     <para>
      This function returns the next sibling of the current node. If there is
-     no next sibling it returns false (&lt; 4.3) or null (&gt;= 4.3). You can 
+     no next sibling it returns &false; (&lt; 4.3) or null (&gt;= 4.3). You can 
      use this function to iterate over all children of a node as shown in the 
      example.
     </para>
@@ -47,7 +47,7 @@
      </example>
     </para>
     <para>
-     See also <function>DomNode_previous_sibling</function>.
+     See also <function>domnode_previous_sibling</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-owner-document.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-owner-document.xml:1.2 
phpdoc/en/reference/domxml/functions/DomNode-owner-document.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomNode-owner-document.xml:1.2 Wed Apr 17 
02:37:39 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-owner-document.xml     Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomNode-owner-document'>
    <refnamediv>
@@ -39,7 +39,7 @@
      </example>
     </para>
     <para>
-     See also <function>DomNode_insert_before</function>.
+     See also <function>domnode_insert_before</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml:1.4 
phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml:1.5
--- phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml:1.4       Tue 
Aug 27 15:21:11 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-previous-sibling.xml   Sat Jan 18 
+18:03:18 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomNode-previous-sibling'>
    <refnamediv>
@@ -16,12 +16,12 @@
     </methodsynopsis>
     <para>
      This function returns the previous sibling of the current node. If there 
-     is no previous sibling it returns false (&lt; 4.3) or null (&gt;= 4.3). You 
+     is no previous sibling it returns &false; (&lt; 4.3) or &null; (&gt;= 4.3). You 
      can use this function to iterate over all children of a node as shown in 
      the example.
     </para>
     <para>
-     See also <function>DomNode_next_sibling</function>.
+     See also <function>domnode_next_sibling</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-remove-child.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-remove-child.xml:1.2 
phpdoc/en/reference/domxml/functions/DomNode-remove-child.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomNode-remove-child.xml:1.2   Wed Apr 17 
02:37:40 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-remove-child.xml       Sat Jan 18 
+18:03:19 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomNode-remove-child'>
    <refnamediv>
@@ -16,7 +16,7 @@
     </methodsynopsis>
     <para>
      This functions removes a child from a list of children. If child cannot
-     be removed or is not a child the function will return false.
+     be removed or is not a child the function will return &false;.
      If the child could be removed the functions returns the old child.
     </para>
     <para>
@@ -47,7 +47,7 @@
      </example>
     </para>
     <para>
-     See also <function>DomNode_append_child</function>.
+     See also <function>domnode_append_child</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-replace-child.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-replace-child.xml:1.4 
phpdoc/en/reference/domxml/functions/DomNode-replace-child.xml:1.5
--- phpdoc/en/reference/domxml/functions/DomNode-replace-child.xml:1.4  Thu Aug 15 
09:25:13 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-replace-child.xml      Sat Jan 18 
+18:03:19 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id='function.DomNode-replace-child'>
    <refnamediv>
     <refname>DomNode->replace_child</refname>
@@ -18,7 +18,7 @@
      (PHP 4.2) This function replaces the child <parameter>oldnode</parameter>
      with the passed new node. If the new node is already a child it
      will not be added a second time. If the old node cannot be found
-     the function returns false. If the replacement succeds the old node
+     the function returns &false;. If the replacement succeds the old node
      is returned.
     </para>
     <para>
@@ -26,11 +26,11 @@
      with the passed <parameter>newnode</parameter>, even if the new node already 
      is a child of the DomNode. If <parameter>newnode</parameter> was already 
      inserted in the document it is first unlinked from its existing context.
-     If the old node cannot be found the function returns false. If the replacement 
+     If the old node cannot be found the function returns &false;. If the replacement 
      succeds the old node is returned. (This behaviour is according to the W3C specs).
     </para>
     <para>
-     See also <function>DomNode_append_child</function>
+     See also <function>domnode_append_child</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-replace-node.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-replace-node.xml:1.7 
phpdoc/en/reference/domxml/functions/DomNode-replace-node.xml:1.8
--- phpdoc/en/reference/domxml/functions/DomNode-replace-node.xml:1.7   Thu Aug 15 
09:25:13 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-replace-node.xml       Sat Jan 18 
+18:03:19 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
   <refentry id='function.DomNode-replace-node'>
    <refnamediv>
@@ -22,8 +22,8 @@
      already in the document will not be inserted a second time. This
      behaviour enforces doing all modifications on the node before the
      replacement or to refetch the inserted node afterwards with functions like
-     <function>DomNode_first_child</function>,
-     <function>DomNode_child_nodes</function> etc..
+     <function>domnode_first_child</function>,
+     <function>domnode_child_nodes</function> etc..
     </para>
     <para>
      (PHP 4.3) This function replaces an existing node with the passed new node. It 
is not
@@ -32,7 +32,7 @@
      node is returned. 
     </para>
     <para>
-     See also <function>DomNode_append_child</function>
+     See also <function>domnode_append_child</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-set-name.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-set-name.xml:1.2 
phpdoc/en/reference/domxml/functions/DomNode-set-name.xml:1.3
--- phpdoc/en/reference/domxml/functions/DomNode-set-name.xml:1.2       Wed Apr 17 
02:37:40 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-set-name.xml   Sat Jan 18 18:03:19 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
   <refentry id='function.DomNode-set-name'>
    <refnamediv>
@@ -18,7 +18,7 @@
      Sets name of node.
     </para>
     <para>
-     See also <function>DomNode_node_name</function>.
+     See also <function>domnode_node_name</function>.
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/DomNode-set-namespace.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-set-namespace.xml:1.1 
phpdoc/en/reference/domxml/functions/DomNode-set-namespace.xml:1.2
--- phpdoc/en/reference/domxml/functions/DomNode-set-namespace.xml:1.1  Thu Aug 15 
09:25:13 2002
+++ phpdoc/en/reference/domxml/functions/DomNode-set-namespace.xml      Sat Jan 18 
+18:03:19 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 -->
   <refentry id='function.DomNode-set-namespace'>
    <refnamediv>
@@ -22,8 +22,8 @@
     in the optional parameter <parameter>prefix</parameter> or generate a random one.
     </para>
     <para>
-     See also <function>DomDocument_create_element_ns</function>,
-              <function>DomNode_add_namespace</function>
+     See also <function>domdocument_create_element_ns</function>,
+              <function>domnode_add_namespace</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/domxml-new-doc.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-new-doc.xml:1.2 
phpdoc/en/reference/domxml/functions/domxml-new-doc.xml:1.3
--- phpdoc/en/reference/domxml/functions/domxml-new-doc.xml:1.2 Wed Apr 17 02:37:41 
2002
+++ phpdoc/en/reference/domxml/functions/domxml-new-doc.xml     Sat Jan 18 18:03:19 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
   <refentry id="function.domxml-new-doc">
    <refnamediv>
@@ -19,7 +19,7 @@
      Creates a new dom document from scratch and returns it.
     </para>
     <para>
-     See also <function>DomDocument_add_root</function>
+     See also <function>domdocument_add_root</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml:1.2 
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml:1.3
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml:1.2     Thu 
Aug 15 09:17:38 2002
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml Sat Jan 18 
+18:03:19 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.domxml-xslt-stylesheet-doc">
    <refnamediv>
     <refname>domxml_xslt_stylesheet_doc</refname>
@@ -19,7 +19,7 @@
     <para>
     </para>
     <para>
-     See also <function>DomXsltStylesheet->process</function>, 
<function>domxml_xslt_stylesheet</function>, 
<function>domxml_xslt_stylesheet_file</function>
+     See also <function>domxsltstylesheet->process</function>, 
+<function>domxml_xslt_stylesheet</function>, 
+<function>domxml_xslt_stylesheet_file</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.2 
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.3
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.2    Thu 
Aug 15 09:17:38 2002
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml        Sat 
+Jan 18 18:03:19 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.domxml-xslt-stylesheet-file">
    <refnamediv>
     <refname>domxml_xslt_stylesheet_file</refname>
@@ -19,7 +19,7 @@
     <para>
     </para>
     <para>
-     See also <function>DomXsltStylesheet->process</function>, 
<function>domxml_xslt_stylesheet</function>, 
<function>domxml_xslt_stylesheet_doc</function>
+     See also <function>domxsltstylesheet->process</function>, 
+<function>domxml_xslt_stylesheet</function>, 
+<function>domxml_xslt_stylesheet_doc</function>
     </para>
    </refsect1>
   </refentry>
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.2 
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.3
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.2 Thu Aug 15 
09:17:38 2002
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml     Sat Jan 18 
+18:03:19 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.domxml-xslt-stylesheet">
    <refnamediv>
     <refname>domxml_xslt_stylesheet</refname>
@@ -19,7 +19,7 @@
     <para>
     </para>
     <para>
-     See also <function>DomXsltStylesheet->process</function>, 
<function>domxml_xslt_stylesheet_file</function>, 
<function>domxml_xslt_stylesheet_doc</function>
+     See also <function>domxsltstylesheet->process</function>, 
+<function>domxml_xslt_stylesheet_file</function>, 
+<function>domxml_xslt_stylesheet_doc</function>
     </para>
    </refsect1>
   </refentry>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to