users@jaxb.java.net

Re: unmarshalling - turn off validation to prevent unexpected element exception

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Mon, 15 Dec 2003 11:25:42 -0800

> How do I specify wildcards in my Schema?

Use <any>. For more details, I'm afraid I have to ask you to study by
yourself.

Or if you are writing the schema by yourself, you might consider using
RELAX NG (http://relaxng.org/). You can then use the RELAX NG support in
the JAXB RI, or use a tool to produce the equivalent XML Schema.

regards,
--
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net