ael Glavassevich [mailto:mrgla...@ca.ibm.com]
> Sent: Monday, May 04, 2009 8:46 PM
> To: j-users@xerces.apache.org
> Subject: Re: appinfo validation
>
> Hi Windy,
>
> If you want annotations to be laxly validated when the schema is
> loaded you could try setting the &q
To: j-users@xerces.apache.org
Subject: Re: appinfo validation
Hi Windy,
If you want annotations to be laxly validated when the schema is loaded you
could try setting the "validate-annotations" feature [1] to true. Xerces
will use whatever declarations that are available to validat
Hi Windy,
If you want annotations to be laxly validated when the schema is loaded you
could try setting the "validate-annotations" feature [1] to true. Xerces
will use whatever declarations that are available to validate their
content.
Thanks.
[1] http://xerces.apache.org/xerces2-j/features.htm
I am building a grammar pool and validating xml instances. All of this
works well except that the schema 'appinfo' elements are not getting laxly
validated (that is, they don't seem to be validated at all). I can make
this validate correctly by adding the XML Schema for Schema into the grammar
po