Hello, I think I found my own answer... The serializer and deserializer support documented at http://jibx.sourceforge.net/tutorial/binding- extend.html#serdeser seem to be intended for this purpose (or at least a similar one). They are also slightly simpler than a customer mapper class.
However, if there is a better/more standard way to address this, I would welcome anyones ideas and comments! Thanks! ---------Original Message--------- Hello, I know this is somewhat ugly, but I have a need to bind to an XML document structure that contains individual elements that comprise a collection of values that are comma separated. <mydoc> <elements>1, 3, 5, 7, 9</elements> </mydoc> Is there a way to use the Collection binding (or any other) mechanism in JiBX to address this need? I would like to end up with a Collection (perhaps ArrayList) when going from documnet to Java and the above when going from Java to document. Any thoughts and ideas will be greatly appreciated. TIA! ---------------------------------------------------------------- -------------- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ jibx-users mailing list jibx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jibx-users ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ jibx-users mailing list jibx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jibx-users