You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/08/17 22:18:33 UTC

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester package.html

rdonkin     2004/08/17 13:18:32

  Modified:    digester/src/java/org/apache/commons/digester Tag:
                        RELEASE_DIGESTER_1_6_0_BRANCH package.html
  Log:
  Added describes of and links to the extension packages
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.30.2.1  +24 -0     jakarta-commons/digester/src/java/org/apache/commons/digester/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/package.html,v
  retrieving revision 1.30
  retrieving revision 1.30.2.1
  diff -u -r1.30 -r1.30.2.1
  --- package.html	19 Apr 2004 09:51:04 -0000	1.30
  +++ package.html	17 Aug 2004 20:18:32 -0000	1.30.2.1
  @@ -23,6 +23,7 @@
   <a href="#doc.RegisteringDTDs">[Registering DTDs]</a>
   <a href="#doc.troubleshooting">[Troubleshooting]</a>
   <a href="#doc.FAQ">[FAQ]</a>
  +<a href="#doc.extensions">[Extensions]</a>
   <a href="#doc.Limits">[Known Limitations]</a>
   </div>
   
  @@ -1255,6 +1256,29 @@
   </p>
   </li>
   </ul>
  +<a name="doc.extensions"></a>
  +<h3>Extensions</h3>
  +<p>
  +Two extension packages are included within the Digester distribution.
  +These provide extra functionality extending the core Digester concepts.
  +Detailed descriptions are contained within their own package documentation.
  +</p>
  +<ul>
  +    <li>
  +<a href='plugins/package-summary.html'>plugins</a> provides a framework for the easy
  +dynamic addition of rules during a Digestion. Rules can trigger the dynamic addition 
  +of other rules in an intuitive fashion.
  +    </li>
  +    <li>
  +<a href='substitution/package-summary.html'>substitution</a> provides for 
  +manipulation of attributes and element body text before it is processed by the rules.
  +    </li>
  +    <li>
  +<a href='xmlrules/package-summary.html'>xmlrules</a> package contains a
  +system allowing digester rule configurations to be specifed through an xml file.
  +    </li>
  +</ul>
  +
   <a name="doc.Limits"></a>
   <h3>Known Limitations</h3>
   <h4>Accessing Public Methods In A Default Access Superclass</h4>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org