Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xml parser using apr_xml.h

Status
Not open for further replies.

dianaloren

Programmer
Sep 28, 2007
1
ES
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top