release / adopt / free the memory used by xerces

2011-01-25 Thread Stutz Oliver
We are using Xerces 2.7.0.5, i have the following Problem. Our application has a bit of a memory issue, after every request it will pick up new memory and it's about the size of the XML Documents received + sent. I have read that you need to call "adoptDocument", I have searched on google for

AW: How can I use Xerces XML parser to validate GPX files?

2018-02-13 Thread Stutz Oliver
Dear Álvaro, Do you have the compiled libxerces-c-3.2.so library in LIBPATH? I would suggest that you echo the LIBPATH and check where your library is. The problem seems to be that your binary can't find the shared object file which you have compiled manually. Another option to check the binary