users@jaxb.java.net

Re: unmarshall

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Wed, 22 Nov 2006 18:01:29 +0100

Hi.


> I am new to JAXB and I am making investigation if JAXB fits into our
> application. It looks good but I have encountered a big problem when
> unmarshalling and validating XML document.
>
> All examples show how to unmarshall and validate XML document made of
> only one schema. I have a schema made of other schemas and I would be
> very happy to get help if there are any examples that demonstrates
> unmarshalling and validating XML document made of many schemas.
>
> Thank you for your help.

I don't know about publicly available examples but JAXB (both 1 and 2) surely
works with modularized schemas (xs:import/xs:include).

What are your difficulties, exactly?

Bye.
/lexi