Skip to content

openjax/xml

Repository files navigation

XML

Build Status Coverage Status Javadocs Released Version Snapshot Version

Introduction

Modules that provide convenient APIs related to XML.

Modules

  • api: An API for common functions and abstractions related to XML.
  • datatype: Java bindings to XML data types as specified in http://www.w3.org/TR/xmlschema11-2/.
  • dom: Utility functions and convenience patterns specific to Java's XML DOM libraries.
  • sax: Utility functions and convenience patterns specific to Java's XML SAX libraries.
  • transform: Utility functions and convenience patterns specializing in XML stylesheet transformations.
  • xml-maven-plugin: Maven Plugin for general tasks related to XML, XSD and XSLT -- such as validation and transformation -- supporting XML Schema 1.1.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.