Saxon Parser Crash
Added by Anonymous over 18 years ago
Legacy ID: #3772553 Legacy Poster: Michael (mschmidt00)
Hi, I'm working with the Saxon XQuery processor. There is some strange behaviour when loading large input documents. I get the german error message: Error on line 1016243 of file:/home/mschmidt/diplom/Testsuite/timedtests/xml/dblp.xml: "SXXP0003: Error reported by XML parser: Der Parser hat den von der Anwendung gesetzten Grenzwert "64.000" für die Erweiterung der Entität erreicht." Obviously, the parser runs somewhat out of memory. Is this a known problem/bug? And if so, is there any known solution? Regards Michael
Replies (1)
RE: Saxon Parser Crash - Added by Anonymous over 18 years ago
Legacy ID: #3773952 Legacy Poster: Michael Kay (mhkay)
Apologies for the delay in responding. For some reason SourceForge has stopped sending me notifications of forum posts. Please see http://java.sun.com/webservices/docs/1.5/jaxp/ReleaseNotes.html for information on how to configure this limit in the Xerces parser. (Look for "Limiting entity expansion" half way down the page.)
Please register to reply