Hi,
We are currently looking into implementing a parser for the DFDL spec. (A data format description language based on the xml schema, which uses xml to define the structure of the data.) We were thinking it would be easiest to extend an existing java/xml binding compiler to create java classes which can parse/retrieve their output values from incoming stream(s). From what I can tell, JaxMe appears to be a good implementation for this, and schema type objects should be easily extensible, our biggest concern is that it doesn't support the full schema yet. Also, how is the performance of jaxme? When marshalling does it use lazy binding? We were wondering your opinion on how this fits with our project, or if there are better implementations out there.
Thanks!
Tara
