RE: appinfo validation

2009-05-05 Thread Michael Glavassevich
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

RE: appinfo validation

2009-05-05 Thread Windchime
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

Re: appinfo validation

2009-05-04 Thread Michael Glavassevich
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

appinfo validation

2009-05-04 Thread Windchime
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