You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a builder style configuration API to configure scenarios
Added an option to configure xml security e.g. to load from http sources or not from a specific repository (so loading is configurable less restrictive, default strategy is to only load from a local repository)
Support java.xml.transform.Source as Input
Changed
Inputs are NOT read into memory (e.g. Byte-Array) prior processing within the validator. This reduces memory consumption.
CheckConfiguration is deprecated now. Use Configuration.load(...) or Configuration.build(...)
Overall processing of xml files is based on Saxon s9api. No JAXP or SAX classes are used by
the validator (this further improves performance and memory consumption)