dianaloren
Programmer
Hi,
I'm programming an xml parser using the apache libraries xml_util.h and apr_xml.h. The problem is that the text passed to this parser can't exceed the size of 153 bytes, otherwise, I get errors. This is really strange considering that the limit established in the configuration file is 10000000 bytes.
Anyone know why this would be happening??
Thanks a lot in advance.
I'm programming an xml parser using the apache libraries xml_util.h and apr_xml.h. The problem is that the text passed to this parser can't exceed the size of 153 bytes, otherwise, I get errors. This is really strange considering that the limit established in the configuration file is 10000000 bytes.
Anyone know why this would be happening??
Thanks a lot in advance.