balld 00/07/10 21:42:16
Modified: xdocs connection-pool.xml docs-book.xml sqltaglib.xml
Log:
patched bugs in brian's docs, added links to conn pool in stylebook master
file.
Revision Changes Path
1.2 +3 -3 xml-cocoon/xdocs/connection-pool.xml
Index: connection-pool.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/xdocs/connection-pool.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- connection-pool.xml 2000/07/11 04:10:31 1.1
+++ connection-pool.xml 2000/07/11 04:42:15 1.2
@@ -45,7 +45,7 @@
</source>
<p>To use the pool, you need to have the appropriate properties defined
- in your <i>cocoon.properties</i> file. The important ones are listed
below.
+ in your <em>cocoon.properties</em> file. The important ones are
listed below.
This is an example of creating a default pool for use with Oracle.
Currently
Turbine supports a wide number of different databases. If your
database
is not already supported, please subscribe to the mailing list and
ask
@@ -237,8 +237,8 @@
}
]]></source>
- <p>Please see the <a
href="http://java.apache.org/turbine/getting_started.html">getting
- started</a> documentation at the <a
href="http://java.apache.org/turbine">Turbine</a>
+ <p>Please see the <link
href="http://java.apache.org/turbine/getting_started.html">getting
+ started</link> documentation at the <link
href="http://java.apache.org/turbine">Turbine</link>
homepage for more information about Turbine.
</p>
</s1>
1.10 +2 -1 xml-cocoon/xdocs/docs-book.xml
Index: docs-book.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/xdocs/docs-book.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- docs-book.xml 2000/06/22 22:36:14 1.9
+++ docs-book.xml 2000/07/11 04:42:15 1.10
@@ -12,7 +12,8 @@
<page id="dynamic" label="Dynamic Content" source="dynamic.xml"/>
<separator/>
<page id="xsp" label="XSP Processor" source="xspprocessor.xml"/>
- <page id="sqltablig" label="SQL XSP Taglib" source="sqltaglib.xml"/>
+ <page id="sqltaglib" label="SQL Logicsheet" source="sqltaglib.xml"/>
+ <page id="connection-pool" label="SQL Conn Pool"
source="connection-pool.xml"/>
<page id="sql" label="SQL Processor" source="sqlprocessor.xml"/>
<page id="ldap" label="LDAP Processor" source="ldapprocessor.xml"/>
<page id="dcp" label="DCP Processor" source="dcpprocessor.xml"/>
1.8 +3 -3 xml-cocoon/xdocs/sqltaglib.xml
Index: sqltaglib.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/xdocs/sqltaglib.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sqltaglib.xml 2000/07/11 04:10:31 1.7
+++ sqltaglib.xml 2000/07/11 04:42:15 1.8
@@ -14,7 +14,7 @@
resource://org/apache/cocoon/processor/xsp/library/java/sql.xsl</source>
<p>Note the line break is for formatting purposes, it should
not appear in your cocoon.properties file.</p>
<p>If you are going to use connection pools, then make sure that you
have followed the
- <a href="connection-pool.html">installation</a> steps for the
connection pools.</p>
+ <link href="connection-pool.html">installation</link> steps for
the connection pools.</p>
</s1>
<s1 title="Configuration">
@@ -81,9 +81,9 @@
<dd>The namespace prefix to use when creating result elements.
FIXME - we should ask for a namespace URI and prefix, right?</dd>
<dt><code>column-format</code></dt>
<dd>Indicates that a column needs special formatting. See the
column formatting section.</dd>
- <dt><code><strong>*</strong></code></dt>
+ <dt><code>*</code></dt>
<dd>Indicates that this is manditory ONLY if you are NOT using
the connection pool</dd>
- <dt><code><strong>**</strong></code></dt>
+ <dt><code>**</code></dt>
<dd>Indicates that this is manditory ONLY if you ARE using the
connection pool</dd>
</dl>
<p>Note that the query element may contain elements from other
XSP-enabled namespaces, like request or session. The others may not right now,
though I'm certainly willing to consider changing that if desired. I'm still
new at this XSP thing too.