2004 12:58 cc
PM
Subject
Re: DTD caching problems
Please
xerces-c-dev
To: [EMAIL PROTECTED]
cc: (bcc: David N Bertoni/Cambridge/IBM)
Subject: Re: DTD caching problems
Hi David,
At 12.05 03/12/2004 -0500, David Cargill wrote:
>Hi Alberto,
>Looks like we are both working on the same problem. I have a differe
ond to xerces-c-dev
To: [EMAIL PROTECTED]
cc: (bcc: David N Bertoni/Cambridge/IBM)
Subject: Re: DTD caching problems
Hi David,
At 12.05 03/12/2004 -0500, David Cargill wrote:
>Hi Alberto,
>Looks like we are both working on the same problem. I have a
;[EMAIL PROTECTED]
> 12/03/2004 11:51
cc
> AM
>
Subject
>Re: DTD caching problems
> Please respond to
>xerces-c-dev
>
>
>
>
>
>
ubject
Re: DTD caching problems
Please respond to
xerces-c-dev
Hi Daniel,
I have looked at the testcase you submitted, and I found two things:
1) the exception you get when using cached grammars and the DGXMLScanner is
caused by GrammarRe
11:51 cc
AM
Subject
Re: DTD caching problems
Please resp
Hi Daniel,
I have looked at the testcase you submitted, and I found two things:
1) the exception you get when using cached grammars and the DGXMLScanner is
caused by GrammarResolver::orphanGrammar; to fix it, apply this diff
diff -u -r1.29 GrammarResolver.cpp
--- GrammarResolver.cpp 29 Sep 2004 1
I've put together a demo based on one of the sample programs shipped with
Xerces. The demo creates a Xerces GrammarPoolImpl then conducts a number
of validating XML parses using that grammar pool when caching is enabled
for the parser. The test documents include an XML file referring to a DTD
and
I am trying to set up grammar caching and have things working nicely for
XML schemas but not for DTDs. I am effectively doing the following:
xercesc::XMLGrammarPool* grammarPool =
xercesc::XMLGrammarPoolImpl(xercesc::XMLPlatformUtils::fgMemoryManager);
parser =
xercesc::XMLReader