Partial parsing

2005-08-26 Thread Neil Pitman
I want to use JAXME to partially parse messages. I need to parse the outer two levels of some large and varied messages so that I can route them internally. Once routed, the legacy system needs a DOM, so I neither care to define the XSD for all the various and sundry bodies, nor do I need

Re: Partial parsing

2005-08-26 Thread Jochen Wiedmann
Neil Pitman wrote: I want to use JAXME to partially parse messages. I need to parse the outer two levels of some large and varied messages so that I can route them internally. Once routed, the legacy system needs a DOM, so I neither care to define the XSD for all the various and sundry