You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by cr...@apache.org on 2005/07/14 04:18:00 UTC

cvs commit: xml-commons/src/documentation/content/xdocs/components/resolver tips.xml

crossley    2005/07/13 19:18:00

  Modified:    src/documentation/content/xdocs/components/resolver tips.xml
  Log:
  Start a section about "Debug" tips.
  Fix some old URLs for moved projects.
  
  Revision  Changes    Path
  1.5       +17 -4     xml-commons/src/documentation/content/xdocs/components/resolver/tips.xml
  
  Index: tips.xml
  ===================================================================
  RCS file: /home/cvs/xml-commons/src/documentation/content/xdocs/components/resolver/tips.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tips.xml	20 Mar 2004 04:53:54 -0000	1.4
  +++ tips.xml	14 Jul 2005 02:18:00 -0000	1.5
  @@ -102,23 +102,36 @@
   ]]></source>
       </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">
         <title>Other helpful resources</title>
         <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>.
         </p>
         <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>Apache
           <link href="http://ant.apache.org/">Ant</link>
           uses the entity resolver.
         </p>
  -      <p>Apache Avalon 
  -        <link href="http://avalon.apache.org/excalibur/">Excalibur</link>
  +      <p>Apache 
  +        <link href="http://excalibur.apache.org/">Excalibur</link>
           has the 
           <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.
           This hooks the resolver into the xml framework. It is available in
           the excalibur-xmlutil package.