org.xml.sax.SAXParseException: Current configuration of the parser doesnt allow the expansion of a content model for a complex type to contain more than 5,000 nodes.

0
Hello, I have this error when I try to parse an XML file with an xsd containing node with attribues: maxOccurs="XXXX" where XXXX > 5000. I tries to add "jdk.xml.maxOccurLimit", "99999" in my runtime settings but it didn't solve my issue... any idea?
asked
0 answers