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
Saxon License: obtain one and setup your SAXON_HOME environment variable (**SAXON is not required unless doing development or testing of SAXON specific features)
Oxygen XML Editor: allows easier development and troubleshooting of XML Stylesheets
wadl-tools used by api-checker to normalize a WADL. Includes useful CLI utilities to perform the normalization
step
Review the TODO.org file for a historical checklist of implemented features.
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