Re: [jibx-users] Parent Node that changes but only require read of child nodes.

2013-05-14 Thread John Smith
This is the DTD I'm trying to accommodate !ELEMENT someNode ( (ABC | DEF | GHI | JKL | MNO | - There's about twenty of these which represent pretty much the same object. No clue why this was done, but I'm stuck with it. I wish I could just ignore but I need to remember this value.

Re: [jibx-users] Parent Node that changes but only require read of child nodes.

2013-05-14 Thread Archie Cobbs
You could create a bunch of fake bean properties with corresponding names that all set the underlying real property accordingly. Alternately, insert an XSL transform in the pipeline that would get applied prior to JiBX seeing the XML. -Archie On Tue, May 14, 2013 at 12:00 PM, John Smith

Re: [jibx-users] Parent Node that changes but only require read of child nodes.

2013-05-14 Thread John Smith
Can i get the name of a tag and set it as a value on my pojo? On Tue, May 14, 2013 at 2:18 PM, Archie Cobbs arc...@dellroad.org wrote: You could create a bunch of fake bean properties with corresponding names that all set the underlying real property accordingly. Alternately, insert an XSL