codezombie
Programmer
When I run an XML file with a lot of &'s in it (more than 64,000), i get this error:
Parser has reached the entity expansion limit "64,000" set by the Application.
I've read up on this and it seems that everyone's solution is to just set it higher.
The problem is that I need to set it to unlimited since all of the XML that I process is "friendly" XML, and it is possible for it to have a lot of &'s in it. Does anyone know how to set this to unlimited?
Parser has reached the entity expansion limit "64,000" set by the Application.
I've read up on this and it seems that everyone's solution is to just set it higher.
The problem is that I need to set it to unlimited since all of the XML that I process is "friendly" XML, and it is possible for it to have a lot of &'s in it. Does anyone know how to set this to unlimited?