if i have two XML files with the same root tag how can i bind them using JIBX 
because mapping element in JIBX doesn't allow to have the same name twice in 
binding files and will throw exception if i put the name message for two 
binding classes 
for example 
XML format 1
<message>
               <common> 
                               .................
              </common>
                   <service1>
                 </scrvice1>
</message>

<message>
                <common> 
                                .................
               </common>
                    <service2>
                  </scrvice2>
 </message>
 

 
---------------------------------
Don't get soaked.  Take a quick peek at the forecast 
 with theYahoo! Search weather shortcut.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to