Author: simonetripodi
Date: Wed Aug 3 12:27:40 2011
New Revision: 1153464
URL: http://svn.apache.org/viewvc?rev=1153464&view=rev
Log:
added missing 6 dollar million question...
Modified:
commons/proper/digester/trunk/src/site/fml/guide/faq.fml
Modified: commons/proper/digester/trunk/src/site/fml/guide/faq.fml
URL:
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/fml/guide/faq.fml?rev=1153464&r1=1153463&r2=1153464&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/site/fml/guide/faq.fml (original)
+++ commons/proper/digester/trunk/src/site/fml/guide/faq.fml Wed Aug 3
12:27:40 2011
@@ -93,5 +93,10 @@ If you want to discuss this, please post
commons dev mailing list</a>
</p></answer>
</faq>
+ <faq id="upgrade_digester3">
+ <question>Does my old Digester 2.X code continue working once
upgraded to Digester 3?</question>
+ <answer>No, class imports have to be updated to
org.apache.commons.digester3 otherwise Digester and Rule classes won't be found.
+ Old XML Rules and Annotations rule extensions are not 100%
compatible, please refer to related documentation.</answer>
+ </faq>
</part>
</faqs>