Skip to content

v1.3.0

Compare
Choose a tag to compare
@apenski apenski released this 28 Jul 10:55

Added

  • 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)