From 952f4fe63dbd667758aaca3e4f1d1acff28faef6 Mon Sep 17 00:00:00 2001 From: crossley Date: Thu, 14 Jul 2005 02:18:00 +0000 Subject: [PATCH] Start a section about "Debug" tips. Fix some old URLs for moved projects. git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226256 13f79535-47bb-0310-9956-ffa450edef68 --- .../xdocs/components/resolver/tips.xml | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) 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.