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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
