Guillaume Pothier wrote:

First of all thanks for this great library.
Regarding usage of IDs and IDREFs, is there a way to manage several sets of IDs? Consider for instance the following file, which describes how various computer parts form computers:
<base>
<monitors>
<monitor id="1" name="Samsung 753s"/>
<monitor id="2" name="Philips 107E"/>
</monitors>
<keyboards>
<keyboard id="1" name="AOpen"/>
<keyboard id="2" name="LG"/>
</keyboards>


    <computers>
        <computer id="1" monitorId="1" keyboardId="2"/>
    </computers>
</base>

There are three sets of entities that have a distinct ID space. How can I create a binding that reflects this kind of file?
If it is not possible yet, I would be happy to contribute. What would be a good starting point?
Guillaume


ID's have to be unique value across the xml document independent of the attribute name as there is no support for multiple sets of IDs in a XML document. So, what do you mean by "manage several sets of IDs?"



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users



--

Venkatesh Prasad Ranganath,
Dept. Computing and Information Science,
Kansas State University, US.
web: http://www.cis.ksu.edu/~rvprasad



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to