Re: [jibx-users] Help required with custom unmarshaller

2007-04-17 Thread Dennis Sosnoski
Hi Rohit, Assuming the element you want to process this way is embedded inside some other XML element (and the object to be unmarshalled is a property of some containing object), you should be able to just specify your custom unmarshaller for the object at that point in the binding. Then you

[jibx-users] Help required with custom unmarshaller

2007-04-12 Thread Rohit Seth
Hi All, I want to write a custom unmarshaller to achieve the following: 1. Check the value of a specific attribute in start tag. 2. If the value is XXX return a specific object. 3. If not, continue with the normal (or default) unmarshalling. I am not sure how to go about