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:
Fix minor errors

------------------------------------------------------------------------------
  a difficult problem.
  
  If you are determined to reuse Digester instances, then at the least you 
should
- call the clear() method before each parse, and <i>must</i> call it if the
+ call the clear() method before each parse, and ''must'' call it if the
  Digester parse terminates due to an exception during a parse. This method is 
  called automatically when the SAX event "endDocument" is received; however 
when 
  a parse fails part-way through, this event is never generated so the clear() 
@@ -123, +123 @@

  {{{
    <parent>
      <child>
-       <name="child1"/>
+       <name>child1</name>
      </child>
    </parent>
  }}}

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to