andy            Mon Aug  6 14:25:50 2001 EDT

  Modified files:              
    /phpdoc/en/functions        domxml.xml 
  Log:
  Added a missing semicolon to example script
  
  
Index: phpdoc/en/functions/domxml.xml
diff -u phpdoc/en/functions/domxml.xml:1.19 phpdoc/en/functions/domxml.xml:1.20
--- phpdoc/en/functions/domxml.xml:1.19 Thu Aug  2 13:36:55 2001
+++ phpdoc/en/functions/domxml.xml      Mon Aug  6 14:25:50 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
 <reference id="ref.domxml">
   <title>DOM XML functions</title>
   <titleabbrev>DOM XML</titleabbrev>
@@ -749,7 +749,7 @@
 $head = $root-&gt;new_child("HEAD", "");
 $head-&gt;new_child("TITLE", "Hier der Titel");
 $head-&gt;set_attribute("Language", "ge");
-$children = $head-&gt;children()
+$children = $head-&gt;children();
 ?&gt;
       </programlisting>
      </example>


Reply via email to