users@jaxb.java.net

Re: Can Validator validate against different schema than was used by xjc to derive classes?

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Wed, 22 Dec 2004 09:52:09 -0800

Gary R Martin wrote:
> Hello,
>
> Can a Validator be used ("on demand") to validate against a different (similar
> in structure by just more restrictive than the) schema that was used by xjc to
> derive classes?

No. But you can use JAXP 1.3 validator, and send the marshaller's output
directly to a validator.


-- 
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