didou           Wed Jul 16 13:11:39 2003 EDT

  Modified files:              
    /phpdoc/en/reference/domxml/functions       DomNode-insert-before.xml 
  Log:
  adding PHP tags in the examples
  
Index: phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml:1.4 
phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml:1.5
--- phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml:1.4  Sat Jan 18 
18:03:18 2003
+++ phpdoc/en/reference/domxml/functions/DomNode-insert-before.xml      Wed Jul 16 
13:11:39 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-insert-before'>
    <refnamediv>
@@ -38,6 +38,7 @@
       <title>Adding a child</title>
       <programlisting role="php">
 <![CDATA[
+<?php
 include("example.inc");
 
 if(!$dom = domxml_open_mem($xmlstr)) {
@@ -57,6 +58,7 @@
 $xmlfile = $dom->dump_mem();
 echo htmlentities($xmlfile);
 echo "</PRE>";
+?>
 ]]>
       </programlisting>
      </example>



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

Reply via email to