I am doing xsl transformations on xml documents that are uploaded to my webserver. the code is fairly simple, and it outputs good result EXCEPT I get a nasty warning message that renders my output useless. the warning comes on the line that calls xslt_process and when calling xslt_erro and xslt_error I get the following information:
Error number: 471
Error string: Destroying the arena: %s B asked, %s B allocated
WHAT DOES THIS MEAN? What the heck is the arena???
I don't have time to read through the source for sablot, and I can't find any documentation on what these codes mean, or how to prevent them.
If you have any information about this PLEASE reply