crossley 2003/03/13 17:03:56
Modified: src/java/org/apache/cocoon/components/resolver package.html
Log:
Clarify that we use the entity resolver from the Apache XML Commons project.
Revision Changes Path
1.2 +2 -2
cocoon-2.1/src/java/org/apache/cocoon/components/resolver/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/resolver/package.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.html 9 Mar 2003 00:09:10 -0000 1.1
+++ package.html 14 Mar 2003 01:03:56 -0000 1.2
@@ -5,14 +5,14 @@
<body>
<h1>Catalog Entity Resolver</h1>
<p>
- A component that uses catalogs for resolving external entities.
+ A component that uses entity catalogs for resolving external entities.
It sets the entity resolver onto the hook provided by the SAX parser,
and then handles the resolveEntity() requests.
</p>
<p>
This implementation uses the XML Entity and URI Resolvers
published by Norman Walsh at
- <a href="http://xml.apache.org/commons/">XML Commons</a>
+ <a href="http://xml.apache.org/commons/">Apache XML Commons</a>
</p>
</body>
</html>