dams Fri Feb 28 19:11:55 2003 EDT
Modified files:
/phpdoc/en/reference/yaz reference.xml
Log:
correcting build
Index: phpdoc/en/reference/yaz/reference.xml
diff -u phpdoc/en/reference/yaz/reference.xml:1.7
phpdoc/en/reference/yaz/reference.xml:1.8
--- phpdoc/en/reference/yaz/reference.xml:1.7 Fri Feb 28 18:39:41 2003
+++ phpdoc/en/reference/yaz/reference.xml Fri Feb 28 19:11:55 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<reference id="ref.yaz">
<title>YAZ functions</title>
<titleabbrev>YAZ</titleabbrev>
@@ -52,15 +52,15 @@
(Z-Associations). A resource represents a connection to a
target.
</para>
- <para>
- <example>
- <title>Parallel searching using Yaz</title>
<simpara>
The script below demonstrates the parallel searching feature of
the API. When invoked with no arguments it prints a query form; else
(arguments are supplied) it searches the targets as given in array
<literal>host</literal>.
</simpara>
+ <para>
+ <example>
+ <title>Parallel searching using Yaz</title>
<programlisting role="php">
<![CDATA[
$num_hosts = count ($host);
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php