Author: rdonkin
Date: Thu Sep  1 14:08:13 2005
New Revision: 265781

URL: http://svn.apache.org/viewcvs?rev=265781&view=rev
Log:
Fixed bug in DTD. type is used to create the param instance.

Modified:
    
jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/digester-rules.dtd

Modified: 
jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/digester-rules.dtd
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/digester-rules.dtd?rev=265781&r1=265780&r2=265781&view=diff
==============================================================================
--- 
jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/digester-rules.dtd
 (original)
+++ 
jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/xmlrules/digester-rules.dtd
 Thu Sep  1 14:08:13 2005
@@ -126,9 +126,6 @@
     attrname  
            - an arbitrary Object defined programatically, assigned if the 
              element pattern AND specified attribute name are matched
-    param 
-           - an arbitrary Object defined programatically, assigned when the 
-             element pattern associated with the Rule is matched
     type 
            - class name for object
     value 
@@ -138,7 +135,6 @@
 <!ATTLIST object-param-rule
     pattern  CDATA #IMPLIED
     paramnumber CDATA #REQUIRED
-    param CDATA #REQUIRED
     attrname CDATA #IMPLIED
     type CDATA #REQUIRED
     value CDATA #IMPLIED>



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

Reply via email to