w3c-xml-validator
Version:
A library for programmatically submitting XML for online validation using W3C's Markup Validation Service (https://validator.w3.org/check).
20 lines (12 loc) • 578 B
Markdown
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* New CLI functionality! Please refer to README for more information.
* Errors now indicate line numbers.
* `doctype` is now returned to indicate what W3C reported back.
* Published to [npm](https://www.npmjs.com/package/w3c-xml-validator).
First public release.