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