simenec Wed Mar 9 05:30:28 2005 EDT
Modified files:
/phpdoc/en/reference/maxdb reference.xml
Log:
Use entities instead of URLs
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/reference.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/maxdb/reference.xml
diff -u phpdoc/en/reference/maxdb/reference.xml:1.4
phpdoc/en/reference/maxdb/reference.xml:1.5
--- phpdoc/en/reference/maxdb/reference.xml:1.4 Tue Mar 8 11:39:05 2005
+++ phpdoc/en/reference/maxdb/reference.xml Wed Mar 9 05:30:27 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<reference id="ref.maxdb">
<title>MaxDB PHP Extension</title>
<titleabbrev>MaxDB</titleabbrev>
@@ -10,7 +10,7 @@
<para>
The MaxDB PHP extension allows you to access the functionality provided by
MaxDB 7.5.0 and above. More information about the MaxDB Database server
- can be found at <ulink
url="http://www.mysql.com/products/maxdb/"></ulink>.
+ can be found at <ulink url="&url.maxdb;">&url.maxdb;</ulink>.
</para>
<para>
The MaxDB PHP extension is compatible to the MySQL mysqli extension.
There are only
@@ -53,7 +53,7 @@
</simplelist>
<para>
Documentation for MaxDB can be found at
- <ulink url="http://dev.mysql.com/doc/maxdb/"></ulink>.
+ <ulink url="&url.maxdb.doc;">&url.maxdb.doc;</ulink>.
</para>
</section>
@@ -66,11 +66,11 @@
</para>
<para>
Documentation for MaxDB SQLDBC can be found at
- <ulink url="http://dev.mysql.com/doc/maxdb/"></ulink>.
+ <ulink url="&url.maxdb.doc;">&url.maxdb.doc;</ulink>.
</para>
<para>
Download the MaxDB SQLDBC package from
- <ulink url="http://dev.mysql.com/downloads/maxdb/clients.html"></ulink>.
+ <ulink url="&url.maxdb.sdbc;">&url.maxdb.sdbc;</ulink>.
</para>
</section>
@@ -383,7 +383,7 @@
&reftitle.examples;
<para>
All examples in the MaxDB PHP documentation use the HOTELDB demo database
from MaxDB. More about this
- database can be found at <ulink
url="http://dev.mysql.com/doc/maxdb/en/98/11b83fa6b33c17e10000000a114084/frameset.htm"></ulink>.
+ database can be found at <ulink
url="&url.maxdb.sampledb;">&url.maxdb.sampledb;</ulink>.
</para>
<para>
To use the examples in the MaxDB PHP documentation, you have to load the
tutorial data into your database.