- Worked on performance of xml2json.xsl
- npm-ized it
- Added dtdflatten utility
- dtddocumentor now uses the jatsdoc documentation library
- Miscellaneous bug fixes
- New dtd2xml2json utility for auto-generating stylesheets that convert XML documents into JSON.
- Test release just to test the release automation scripts.
- Integrated dtdcompare feature, creating new shell scripts, and some documentation See GitHub issue #5.
- Fixed up the command line options so they are simpler. Now it's possible, for
example, to just type
dtddocumentor mydtd.dtd
, without having to remember "-s".
- Added auto-generating XML-to-JSON conversion XSLT
- Cleaned up the regular expressions that match the annotations, so now annotations can be leaner.
- Moved binaries into the gh-pages branch, since GitHub deprecated downloads feature.
- Add count of number of elements changed, removed, and added to comparison report.
- Several enhancements to the schematron generator stylesheet
- Fixed link to home page in documentor output
- Indent output from dtdanalyzer
- Lots of tweaks to documentation and release procedure
Initial release.