XSLTGeneral questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
Error of file:/C:/Documents%20and%20Settings/My%20Documents/Work/RPP_P_080705.xml:
SXXP0003: Error reported by XML parser: The parser has encountered more than "64,000"
entity expansions in this document; this is the limit imposed by the application.
this was the error generated by the processor. is this an error cause by dtd? thanks.
sir,
i already use the code in my program and already compiled the program.
there were no errors reported but, it does seem to change the property.
i used the code:
System.setProperty("DentityExpansionLimit","100000 ");
also for the
TransformerFactoryImpl factory = new TransformerFactoryImpl();
factory.setAttribute(FeatureKeys.STRIP_SPACE,"all" );
the results were not as expected compare to the result generated in the command line.
thanks.