Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.6
-
None
-
Operating System: All
Platform: All
-
33895
Description
It is not possible to set the namespace-uri associated with a Rule instance
created via xmlrules. This means that it is not possible to process a document
with namespaces using xmlrules. [well, it might be possible to set
namespaceAware to false, then include the prefix in the pattern, but that's a
nasty hack].
Fixed on Digester3 /trunk; namespaceURIs can be declared as attribute of digester-rules elements, i.e.
see r1139948