Author: simonetripodi
Date: Thu Jun 23 17:11:35 2011
New Revision: 1138997
URL: http://svn.apache.org/viewvc?rev=1138997&view=rev
Log:
[DIGESTER-123] xmlrules dtd does not define xmlattrs for node-create-rule
Modified:
commons/proper/digester/trunk/src/main/resources/org/apache/commons/digester3/xmlrules/digester-rules.dtd
commons/proper/digester/trunk/src/site/resources/dtds/digester-rules-3.0.dtd
Modified:
commons/proper/digester/trunk/src/main/resources/org/apache/commons/digester3/xmlrules/digester-rules.dtd
URL:
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/main/resources/org/apache/commons/digester3/xmlrules/digester-rules.dtd?rev=1138997&r1=1138996&r2=1138997&view=diff
==============================================================================
---
commons/proper/digester/trunk/src/main/resources/org/apache/commons/digester3/xmlrules/digester-rules.dtd
(original)
+++
commons/proper/digester/trunk/src/main/resources/org/apache/commons/digester3/xmlrules/digester-rules.dtd
Thu Jun 23 17:11:35 2011
@@ -160,14 +160,11 @@
<!--
NodeCreateRule
- attrname
- - an arbitrary Object defined programatically, assigned if the
- element pattern AND specified attribute name are matched
type
- - node type: either 'element' or 'fragment' or 'none'. this is
optional, default is 'element'
+ - node type: either 'element' or 'fragment' or 'none'. this is
optional, default is 'element'
-->
<!ELEMENT node-create-rule EMPTY>
-<!ATTLIST object-param-rule
+<!ATTLIST node-create-rule
pattern CDATA #IMPLIED
type CDATA #IMPLIED>
Modified:
commons/proper/digester/trunk/src/site/resources/dtds/digester-rules-3.0.dtd
URL:
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/resources/dtds/digester-rules-3.0.dtd?rev=1138997&r1=1138996&r2=1138997&view=diff
==============================================================================
---
commons/proper/digester/trunk/src/site/resources/dtds/digester-rules-3.0.dtd
(original)
+++
commons/proper/digester/trunk/src/site/resources/dtds/digester-rules-3.0.dtd
Thu Jun 23 17:11:35 2011
@@ -160,14 +160,11 @@
<!--
NodeCreateRule
- attrname
- - an arbitrary Object defined programatically, assigned if the
- element pattern AND specified attribute name are matched
type
- - node type: either 'element' or 'fragment' or 'none'. this is
optional, default is 'element'
+ - node type: either 'element' or 'fragment' or 'none'. this is
optional, default is 'element'
-->
<!ELEMENT node-create-rule EMPTY>
-<!ATTLIST object-param-rule
+<!ATTLIST node-create-rule
pattern CDATA #IMPLIED
type CDATA #IMPLIED>