The xml below is what I'm trying to bind. The difficulty is, I have to
go from that Collection-like XML to two properites in a class. One
property is the count for the 8 age qualifying code, and the other for
10; call them: eightCode and tenCode.

Any suggestions on how to do that?

<GuestCounts IsPerRoom="false">
        <GuestCount AgeQualifyingCode="8" Count="2" />
        <GuestCount AgeQualifyingCode="10" Count="2" />
</GuestCounts>

Brian N. Burridge
www.brianburridge.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to