You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/01/07 14:10:50 UTC

DO NOT REPLY [Bug 5716] - Can't parse with Validation more than one file

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5716>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5716

Can't parse with Validation more than one file





------- Additional Comments From domfe@libero.it  2002-01-07 05:10 -------
I think the problem is inside Initialize/Terminate of XMLPlatformUtils (memory 
leak?) because if I write code like:
Initialize
...
parse("file1.xml")...
...
Terminate
Initialize
...
parse("file1.xml")...
...
Terminate
I get the bug, but with:
Initialize
...
parse("file1.xml")...
...
parse("file2.xml")...
...
Terminate

The validation works well.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org