SXXP0003: Error reported by XML parser
Added by Anonymous over 17 years ago
Legacy ID: #4187496 Legacy Poster: shadow_s (shadow_s)
I ask a pardon for my bad English. I transform a file in volume 130Mb. Transformation passes in 2 stages. What it is necessary to make to avoid the given mistake? SXXP0003: Error reported by XML parser: Parser has reached the entity expansion limit Example of commands: 1 step: java -jar ../saxon/saxon8.jar -t -o saxon2.xml N01_FebS_11.xml xml2calls_unix.xsl 2 step: java -jar ../saxon/saxon8.jar -t -o saxon3.sql saxon2.xml loadacc_unix.xsl
Replies (1)
RE: SXXP0003: Error reported by XML parser - Added by Anonymous over 17 years ago
Legacy ID: #4243380 Legacy Poster: Giulio_Buccini (giulio_buccini)
Hi, I'm not expert but maybe I can give you a little bit of information: a) Micheal Kay wrote that XML parser is not a component of Saxon but is included in your JDK boundle. b) maybe you can try to upgrade your JDK to latest version. c) your error seems like a memory limit, reached couse of big-big-file referenced by your XML... maybe you can try to increase memory available for Java using memory options of java command. good luck! Giulio Buccini
Please register to reply