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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by codezombie

  1. codezombie

    Parser has reached the entity expansion limit "64,000"

    Unfortunately no. We just set it up to be large, and hoped it was never a problem.
  2. codezombie

    Parser has reached the entity expansion limit "64,000"

    I'm using straight sax to parse the file.
  3. codezombie

    Parser has reached the entity expansion limit "64,000"

    Yes. It is definitly &'s that it is complaining about. I know this because I have 108,000 in the document I'm parsing and if I set the -DentityExpansionLimit=128000 on my java command line it works just fine, or if I do a find and replace on & with, say, "and" it works okay. The...
  4. codezombie

    combining xml files

    You can do this. The technique is to use the "document" function. Here's a simple example using two xml files called a.xml and b.xml and a stylesheet that combines them called ab.xsl a.xml's contents <my_a> <data q="3" /> <data q="4" /> <data q="5" /> </my_a> b.xml's contents...
  5. codezombie

    Parser has reached the entity expansion limit &quot;64,000&quot;

    When I run an XML file with a lot of &amp;'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...

Part and Inventory Search

Back
Top