users@jaxb.java.net

Re: noob question

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Thu, 9 Oct 2008 10:41:06 +0200

Hi.


> Jaxbians,
> i need to process schema files themselves. i thought i could just pull down
> the schema schema from the W3C, run jaxb on that and be on my way. That
> breaks in all kinds of ways. So... i'm wondering what the best practice is
> in this case.

Use XSOM or javax.xml.validation.* (for instance
javax.xml.validation.SchemaFactory).

Bye.
/lexi