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
This commit is contained in:
crossley 2005-07-14 02:18:00 +00:00
parent 65a621a789
commit 952f4fe63d

View File

@ -102,23 +102,36 @@ allow-oasis-xml-catalog-pi=yes
]]></source> ]]></source>
</section> </section>
<section id="debug">
<title>Debug</title>
<p>
Raise the "verbosity" parameter.
</p>
<p>
Use
"<link href="http://ngrep.sf.net/">ngrep</link>"
to ensure no network traffic ('ngrep dtd').
</p>
</section>
<section id="resources"> <section id="resources">
<title>Other helpful resources</title> <title>Other helpful resources</title>
<p>Apache Cocoon uses the entity resolver. See the doc <p>Apache Cocoon uses the entity resolver. See the doc
<link href="http://cocoon.apache.org/2.1/userdocs/concepts/catalog.html">Entity resolution with catalogs</link>. <link href="http://cocoon.apache.org/2.1/userdocs/concepts/catalog.html">Entity resolution with catalogs</link>.
</p> </p>
<p>Apache Forrest uses Cocoon and the entity resolver. See the doc <p>Apache Forrest uses Cocoon and the entity resolver. See the doc
<link href="http://xml.apache.org/forrest/validation.html">XML Validation</link>. <link href="http://forrest.apache.org/docs/validation.html">XML Validation</link> and tips for
<link href="http://forrest.apache.org/docs/catalog.html">configuration</link> of xml editors.
</p> </p>
<p>Apache <p>Apache
<link href="http://ant.apache.org/">Ant</link> <link href="http://ant.apache.org/">Ant</link>
uses the entity resolver. uses the entity resolver.
</p> </p>
<p>Apache Avalon <p>Apache
<link href="http://avalon.apache.org/excalibur/">Excalibur</link> <link href="http://excalibur.apache.org/">Excalibur</link>
has the has the
<code>org.apache.excalibur.xml.DefaultEntityResolver</code> <code>org.apache.excalibur.xml.DefaultEntityResolver</code>
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. be more widely available.
This hooks the resolver into the xml framework. It is available in This hooks the resolver into the xml framework. It is available in
the excalibur-xmlutil package. the excalibur-xmlutil package.