Hi I'm using castor to marshal XML data generated by users and transform it to some proprietary model.
During the data processing I need to iterate over the generated source a few times and perform different actions. Since the XML schema is changing along with the generated source, I'd like to know whether there exist any mechanism for iterating the generated source model which I can use to minimize the code changes required when changing the schema ? thanks, Y a i r R i n o t

