Derek Hohls wrote:
> I have feeling that the link to the oasis site needs to
> have to work properly...

No it does not. This is one of the reasons for using
the Entity Resolver. You should be able to do your
Cocoon processing with absolutely no connection
to the Internet. Cocoon can then use local copies
of the DTDs. Have you looked at the documentation
userdocs/concepts/catalog.html ?

I think that you need to look more carefully at your
logfiles. And please do what the documentation
advises you to do .... if you suspect problems with the
resolution of DTDs and other entities, then raise
the verbosity level in CatalogManager.properties
This will send messages to standard output during
Tomcat/Cocoon startup. There is also another verbosity
setting in webapp/cocoon.xconf which will re-set the
level during Cocoon operation after startup.
(Remember that this, and many other, section of the
xconf is incorporated at build time.)

You can, of course, bypass the entity resolver completely
and hack your XML instance documents to have a local
System Identifier in the doctype declaration. This will
force the parser to use local copies of the DTDs.
However, this is not the desired option. The entity
resolver should find the local DTDs for you and so you
do not need to mess about with the input XML instances.

By the way, this issue has nothing to do with the
"stylesheets" as the email subject indicates.
Everyone needs to be very careful with email subject
lines, or your postings will get missed on these very
busy lists.

--David

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to