You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/10 03:51:18 UTC

[Jakarta-commons Wiki] Update of "Digester/FAQ" by SimonKitching

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.

The following page has been changed by SimonKitching:
http://wiki.apache.org/jakarta-commons/Digester/FAQ

The comment on the change is:
Add link to xmlrules page

------------------------------------------------------------------------------
  
  Alternatively, you can browse the examples directly from the subversion source control system:
    http://svn.apache.org/repos/asf/jakarta/commons/proper/digester/trunk/src/examples/
+ 
+ === Should I use the xmlrules module or the java API to configure rules? ===
+ 
+ The rules that Digester applies to input XML can be configured from java code, by instantiating
+ various rule object types, and adding them to the digester. Alternatively, Digester can be asked
+ to read the rules from an external configuration file (itself in xml format) that is called an
+ xmlrules file.
+ 
+ It is a matter of debate as to which is superior. See the [wiki:/XmlRulesOrNotXmlRules XmlRules Info Page]
+ for more information.
  
  === Why doesn't Digester throw SAXParseException when processing bad XML? ===
  

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