Subject:entity expansion liimit exceeded (64,000) during identity transform Author:Dana Pearson Date:03 Aug 2012 09:51 AM
I am working with a very large RDF file, about 232 MB, and would like to use an identity template to remove elements that I don't need and to reduce the size of the document I'm working with.
The element I don't want to copy constitutes about 75% of the original document.
However, the original has 3 entities declared and when I execute the transform I get the following error:
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.
Is there a way to disable entity expansions or another way to execute my identity transform?
Subject:entity expansion liimit exceeded (64,000) during identity transform Author:Dana Pearson Date:04 Aug 2012 03:11 PM
yes, my original stylesheet simply used pgterms:file but got an error message that I misinterpreted and tried amending the path statement; problem was I needed all the namespaces in my stylesheet. So having corrected that had not changed the path for the element I wanted to eliminate in the copy.