pollita         Fri Feb 20 18:12:50 2004 EDT

  Modified files:              
    /phpdoc/en/chapters tutorial.xml 
  Log:
  <screen> tags don't do it here.
  
http://cvs.php.net/diff.php/phpdoc/en/chapters/tutorial.xml?r1=1.30&r2=1.31&ty=u
Index: phpdoc/en/chapters/tutorial.xml
diff -u phpdoc/en/chapters/tutorial.xml:1.30 phpdoc/en/chapters/tutorial.xml:1.31
--- phpdoc/en/chapters/tutorial.xml:1.30        Fri Feb 20 13:05:32 2004
+++ phpdoc/en/chapters/tutorial.xml     Fri Feb 20 18:12:50 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
  <chapter id="tutorial">
   <title>A simple tutorial</title>
 
@@ -440,7 +440,7 @@
     </para>
     <example>
      <title>A simple XForms search form</title>
-     <screen>
+     <programlisting role="html">
 <![CDATA[
 <h:html xmlns:h="http://www.w3.org/1999/xhtml";
         xmlns="http://www.w3.org/2002/xforms";>
@@ -459,7 +459,7 @@
 </h:body>
 </h:html>
 ]]>
-     </screen>
+     </programlisting>
     </example>
     <para>
      The above form displays a text input box (named <parameter>q</parameter>),
@@ -486,7 +486,7 @@
     </para>
     <example>
      <title>Using an XForm to populate $_POST</title>
-     <screen>
+     <programlisting role="html">
 <![CDATA[
 <h:html xmlns:h="http://www.w3.org/1999/xhtml";
         xmlns="http://www.w3.org/2002/xforms";>
@@ -505,7 +505,7 @@
 </h:body>
 </h:html>
 ]]>
-     </screen>
+     </programlisting>
     </example>
     <note>
      <simpara>

Reply via email to