cvs: peardoc /en/package/database/db-nestedset intro.xml
[email protected] ("Christian Weiske")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvscweiske1192128993@cvsserver> |
cweiske Thu Oct 11 18:56:33 2007 UTC
Modified files:
/peardoc/en/package/database/db-nestedset intro.xml
Log:
Fix invalid xml
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db-nestedset/intro.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/database/db-nestedset/intro.xml
diff -u peardoc/en/package/database/db-nestedset/intro.xml:1.3 peardoc/en/package/database/db-nestedset/intro.xml:1.4
--- peardoc/en/package/database/db-nestedset/intro.xml:1.3 Wed Oct 10 10:15:10 2007
+++ peardoc/en/package/database/db-nestedset/intro.xml Thu Oct 11 18:56:33 2007
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="package.DB_NestedSet">
<refnamediv>
<refname>Introduction</refname>
@@ -57,7 +57,7 @@
In this example, one rootnode and two subnodes are created,
saved to the database and displayed.
</para>
- <programlisting role="php">
+ <programlisting role="php"><![CDATA[
require_once('DB/NestedSet.php');
require_once('DB/NestedSet/Output.php');
$DatabasePointer = mysql_connect("localhost", "user", "pwd");
@@ -97,7 +97,7 @@
$menu = & new HTML_Menu($structure, 'sitemap');
$menu->forceCurrentUrl($currentUrl);
$menu->show();
- </programlisting>
+]]></programlisting>
</example>
</refsect1>
@@ -121,4 +121,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
\ No newline at end of file