nlopess Sat Jan 8 06:46:14 2005 EDT
Modified files: /phpdoc/scripts xml_proto.php Log: xml fixes http://cvs.php.net/diff.php/phpdoc/scripts/xml_proto.php?r1=1.19&r2=1.20&ty=u Index: phpdoc/scripts/xml_proto.php diff -u phpdoc/scripts/xml_proto.php:1.19 phpdoc/scripts/xml_proto.php:1.20 --- phpdoc/scripts/xml_proto.php:1.19 Mon Jan 3 15:21:26 2005 +++ phpdoc/scripts/xml_proto.php Sat Jan 8 06:46:12 2005 @@ -16,7 +16,7 @@ | Authors: Brad House <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ - $Id: xml_proto.php,v 1.19 2005/01/03 20:21:26 philip Exp $ + $Id: xml_proto.php,v 1.20 2005/01/08 11:46:12 nlopess Exp $ */ /* @@ -139,7 +139,7 @@ } fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" . - '<!-- $Revision: 1.19 $ -->'."\n" . + '<!-- $Revision: 1.20 $ -->'."\n" . "<!-- Generated by xml_proto.php v" . $version . ". Found in /scripts directory of phpdoc. -->\n" . "<reference id=\"ref." . $extension_name . "\">\n" . " <title>$extension_name Functions</title>\n" . @@ -171,7 +171,7 @@ " </para>\n" . " </section>\n" . " <!-- Information found in constants.xml -->\n" . - " &references.".$extension_name."constants\n" . + " &reference." . $extension_name . ".constants;\n" . " </partintro>\n" . " &reference." . $extension_name . ".functions;\n" . "</reference>\n\n" . @@ -222,7 +222,7 @@ $functype = trim($funclist[$i]["function_type"]); fwrite($fp, '<?xml version="1.0" encoding="iso-8859-1"?>'."\n" . - '<!-- $Revision: 1.19 $ -->'."\n" . + '<!-- $Revision: 1.20 $ -->'."\n" . "<!-- Generated by xml_proto.php v" . $version . ". Found in /scripts directory of phpdoc. -->\n" . "<refentry id=\"function." . $fixname . "\">\n" . " <refnamediv>\n" . @@ -343,7 +343,7 @@ " </programlisting>\n" . " &example.outputs;\n" . " <screen>\n" . - "<!CDATA[\n" . + "<![CDATA[\n" . "Use the PEAR Coding Standards\n" . "]]>\n" . " </screen>\n" .