stefano 00/04/04 04:09:29
Modified: xdocs faq.xml index.xml
Log:
...
Revision Changes Path
1.10 +3 -2 xml-cocoon/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/xdocs/faq.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- faq.xml 2000/03/30 00:33:36 1.9
+++ faq.xml 2000/04/04 11:09:29 1.10
@@ -125,8 +125,9 @@
<faq>
<question>Why the LDAP processor doesn't work?</question>
<answer>
- <p>Make sure you have the <link href="http://java.sun.com/products/jndi/index.html">Sun
JNDI API</link>
- package installed in your classpath.</p>
+ <p>Make sure you have the <link href="http://java.sun.com/products/jndi/index.html">SUN
JNDI API</link>
+ package installed in your classpath (named <code>jndi.jar</code>). Note
you don't need
+ to download any LDAP specific package, just the JNDI API classes.</p>
</answer>
</faq>
1.4 +1 -1 xml-cocoon/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/xml-cocoon/xdocs/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.xml 2000/03/19 00:58:06 1.3
+++ index.xml 2000/04/04 11:09:29 1.4
@@ -124,7 +124,7 @@
<s1 title="Where do I get it?">
<p>
- Here is the <link href="http://xml.apache.org/dist/">download area</link>.
+ Here is the <link href="http://xml.apache.org/cocoon/dist/">download area</link>.
</p>
<note>
Since Cocoon requires many different packages to work (Xerces, Xalan, FOP, etc...)
|