Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: JiBX 1.1
-
Fix Version/s: None
-
Component/s: core
-
Labels:None
-
Number of attachments :
Description
At the moment if you want to use a non default namespace on a mapping of a class you have to put ns attributes on the mapping and on the value and structure tags included in that mapping.
It would be a lot more intuitive and clean to let the namespace "inherit" from the mapping.
I defined a top level namespace in the binding file like this:
<namespace prefix="ns1" uri="http://www.xxx.nl/ns1" default="attributes"/>I would suggest to have a kind of cascading way of assigning namespaces.