diff --git a/src/documentation/content/xdocs/components/resolver/tips.xml b/src/documentation/content/xdocs/components/resolver/tips.xml index 0ac965d..6a88f04 100644 --- a/src/documentation/content/xdocs/components/resolver/tips.xml +++ b/src/documentation/content/xdocs/components/resolver/tips.xml @@ -102,23 +102,36 @@ allow-oasis-xml-catalog-pi=yes ]]> +
+ Debug +

+ Raise the "verbosity" parameter. +

+

+ Use + "ngrep" + to ensure no network traffic ('ngrep dtd'). +

+
+
Other helpful resources

Apache Cocoon uses the entity resolver. See the doc Entity resolution with catalogs.

Apache Forrest uses Cocoon and the entity resolver. See the doc - XML Validation. + XML Validation and tips for + configuration of xml editors.

Apache Ant uses the entity resolver.

-

Apache Avalon - Excalibur +

Apache + Excalibur has the org.apache.excalibur.xml.DefaultEntityResolver - which was developed in Cocoon then moved to Avalon so that it would + which was developed in Cocoon then moved to Excalibur so that it would be more widely available. This hooks the resolver into the xml framework. It is available in the excalibur-xmlutil package.