598
I Use This!
Very Low Activity

News

Analyzed about 11 hours ago. based on code collected 22 days ago.
Posted over 5 years ago by Gerben Abbink
The validation of xml against asserts in XMLSchema 1.1 is slow and takes up a lot of memory for larger xml files. I have created a simple test xml file with lots of repetition and a corresponding xml schema to show the problem. It takes 20 sec. to Read more
Posted over 5 years ago by Scott Renner
I have found the same issue in v2.12.0. I believe this is caused by a bug in org.apache.xerces.util.XMLCatalogResolver.resolveIdentifier:     // The namespace is useful for resolving namespace aware     // grammars such as XML schema. Let it take Read more
Posted over 5 years ago by Cristian Talau
Improvement 1 If XML validation is enabled, almost half of the time is spent in: org.apache.xerces.impl.dtd.XMLDTDProcessor.attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) namely in the following call Read more
Posted over 5 years ago by Cristian Talau
Improvement 1 If XML validation is enabled, almost half of the time is spent in: org.apache.xerces.impl.dtd.XMLDTDProcessor.attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) namely in the following call Read more
Posted over 5 years ago by Cristian Talau
XML Parsing slow when many attributes are declared for each element in DTD
Posted over 5 years ago by Terry Lacy
It appears that the dependency in Maven does not include XML schema 1.1 support. xerces xercesImpl 2.12.0 Is there another artifact ID for the one that Read more
Posted over 5 years ago by Terry Lacy
It appears that the dependency in Maven does not include XML schema 1.1 support. xerces xercesImpl 2.12.0 Is there another artifact ID for the one that Read more
Posted over 5 years ago by Terry Lacy
I'm using Maven. I have this dependency:     xerces     xercesImpl     2.12.0 I've attempted exactly the code shown in XERCESJ-1688 and in the documentation Read more
Posted over 5 years ago by Terry Lacy
I'm using Maven. I have this dependency:     xerces     xercesImpl     2.12.0 I've attempted exactly the code shown in XERCESJ-1688 and in the documentation Read more
Posted over 5 years ago by Terry Lacy
Can't get validation examples to work with XSD 1.1