You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Berin Loritsch <bl...@apache.org> on 2001/02/08 19:02:36 UTC

[C2] Good News/Bad News

Good News:

Thanks to recent changes to Cocoon2, we can be as independent of
Servlet Engine as is humanly possible.  That means that we don't
have to look through mountains of documentation to find that magic
"classpath-attribute" anymore.

Bad News:

Until more servlet engines fully embrace Servlet 2.3, you still have
to be careful where you place Xerces!  BEA's JAXP libraries clash
with Xerces, and they are not JAXP 1.1 compliant.  Sigh.