Skip to content

Releases: salifou/java-xml-utils

v1.0.1: Release 1.0.1

04 May 20:12

Choose a tag to compare

	This release added the XSDValidator class which provides
	various methods for validating XML against an XSD schema.

v1.0.0: Initial release, contains code to:

27 Apr 20:27

Choose a tag to compare

	* Create the DOM (org.w3c.dom.Document) form an XML file

	* Validate an XML against an XSD schema an create the DOM