Hi, I'm using xerces in a fairly large system and I'm in trouble with trying to figure out a way to support multiple schema repositories.
The problem is the following: I have a (large and expensive) set of basic schemas that I wish to keep in a main grammar pool and a set of temporary schemas (i.e under development) that I would like to use in conjunction with the first set but which I want to get rid of every now and then. The temporary schemas refer (directly or indirectly) to the persistent ones. I was thinking of some multi-stage schema lookup mechanism for the grammar pool, like look first in the temporary pool, if the type is not there then look in the main pool and so on. Anybody any ideas of the effort of implementing this? TIA, - Fabio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
