Skip to content
Lisa edited this page Oct 23, 2013 · 3 revisions

Getting Started

  1. Saxon License: obtain one and setup your SAXON_HOME environment variable (**SAXON is not required unless doing development or testing of SAXON specific features)
  2. Oxygen XML Editor: allows easier development and troubleshooting of XML Stylesheets
  3. wadl-tools used by api-checker to normalize a WADL. Includes useful CLI utilities to perform the normalization step
  4. Review the TODO.org file for a historical checklist of implemented features.
  5. Review the RELEASE.md for release notes

Getting Started: Saxon License

The default maven test phase will run all tests, including tests that require a SAXON license. To exclude tests that don't require a saxon license, use the -Pxerces-only maven cmdline setting.

To properly execute all tests in this source repository, do the following: 1. Obtain a Saxon-PE license and save it in a local file named saxon-license.lic 2. Export a SAXON_HOME environment variable that contains the path to the directory where you saved your saxon-license.lic file

Clone this wiki locally