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