RE: grammar pool population

2007-11-16 Thread Michael Glavassevich
by targetNamespace. > > -Andy > > -Original Message- > From: Michael Glavassevich [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 15, 2007 7:28 PM > To: j-users@xerces.apache.org > Cc: Andy Harris > Subject: RE: grammar pool population > > Hi Andy, > >

RE: grammar pool population

2007-11-15 Thread Andy Harris
. -Andy -Original Message- From: Michael Glavassevich [mailto:[EMAIL PROTECTED] Sent: Thursday, November 15, 2007 7:28 PM To: j-users@xerces.apache.org Cc: Andy Harris Subject: RE: grammar pool population Hi Andy, Each SchemaGrammar is a container for all the schema components of a

RE: grammar pool population

2007-11-15 Thread Michael Glavassevich
al Message- > From: Michael Glavassevich [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 11, 2007 7:16 PM > To: j-users@xerces.apache.org > Cc: Andy Harris > Subject: Re: grammar pool population > > Hi Andy, > > You're right. This warning is generated when a gram

RE: grammar pool population

2007-11-11 Thread Andy Harris
, 2007 7:16 PM To: j-users@xerces.apache.org Cc: Andy Harris Subject: Re: grammar pool population Hi Andy, You're right. This warning is generated when a grammar pool returns multiple grammar objects for the same target namespace. Note that this includes imports (each SchemaGrammar has a list of

Re: grammar pool population

2007-11-11 Thread Michael Glavassevich
Hi Andy, You're right. This warning is generated when a grammar pool returns multiple grammar objects for the same target namespace. Note that this includes imports (each SchemaGrammar has a list of them which the schema validator's grammar bucket [1] extracts), so if you loaded several grammars i

grammar pool population

2007-11-11 Thread Andy Harris
Hello- For performance reasons, I'm caching grammars for validation of an instance against a set of connected and disconnected schemas of an XBRL taxonomy. Schemas can be disconnected when discovered via linkbases. The only way I can get this working is to re-generate grammar every time, letting X