Bindings should be able to share formats defined outside the namespace 
currently used
-------------------------------------------------------------------------------------

         Key: JIBX-102
         URL: http://jira.codehaus.org/browse/JIBX-102
     Project: JiBX
        Type: Improvement

    Versions: JiBX 1.0.1    
    Reporter: Ørjan Austvold


Bindings should be able to share the same format definition(s).

Example:

file: formats.xml

<binding>
  <format type="Bar" label="BarFormat"/>
</binding>


file: binding.xml

<binding>
  <include file="formats.xml"/>

  <mapping name="Foo" class="Foo">
     <namespace uri="..." defaults="elements"/>
     <value name="Bar" field="bar" format="BarFormat"/>
  </mapping>
</binding>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to