Hi there,

In working with the phpdoc xml files from CVS I've made some minor
modifications.  Please see the attachment for the diff output.  The two
instances of "&Description" were changed to "&Description;" because they
were chalking my XML parser.  It may not matter much because they are
both within a comment block, but I'll send you the diff, nonetheless.

Best regards,
Kohei


-- 
Kohei Yoshida, Software Engineer
SlickEdit Inc. [ http://www.slickedit.com/ ]
Index: en/reference/pdo/functions/PDOStatement-closeCursor.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/pdo/functions/PDOStatement-closeCursor.xml,v
retrieving revision 1.5
diff -u -r1.5 PDOStatement-closeCursor.xml
--- en/reference/pdo/functions/PDOStatement-closeCursor.xml	27 Nov 2005 06:45:14 -0000	1.5
+++ en/reference/pdo/functions/PDOStatement-closeCursor.xml	10 Feb 2006 16:50:48 -0000
@@ -67,7 +67,7 @@
      <thead>
       <row>
        <entry>&Version;</entry>
-       <entry>&Description</entry>
+       <entry>&Description;</entry>
       </row>
      </thead>
      <tbody>
Index: en/reference/pdo/functions/PDOStatement-getColumnMeta.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/pdo/functions/PDOStatement-getColumnMeta.xml,v
retrieving revision 1.3
diff -u -r1.3 PDOStatement-getColumnMeta.xml
--- en/reference/pdo/functions/PDOStatement-getColumnMeta.xml	20 Sep 2005 08:22:29 -0000	1.3
+++ en/reference/pdo/functions/PDOStatement-getColumnMeta.xml	10 Feb 2006 16:50:48 -0000
@@ -124,7 +124,7 @@
      <thead>
       <row>
        <entry>&Version;</entry>
-       <entry>&Description</entry>
+       <entry>&Description;</entry>
       </row>
      </thead>
      <tbody>

Reply via email to