Open ronaldtse opened 4 days ago
Jing (https://github.com/relaxng/jing-trang) is a validator of XML documents and accepts schema inputs in the RELAX NG and RNC formats.
The rng gem performs parsing and building of RELAX NG and RNC schemas.
rng
The task is to implement XML validation that Jing allows in the prax gem.
prax
These notes provide a good basis for XML validation:
Jing (https://github.com/relaxng/jing-trang) is a validator of XML documents and accepts schema inputs in the RELAX NG and RNC formats.
The
rng
gem performs parsing and building of RELAX NG and RNC schemas.The task is to implement XML validation that Jing allows in the
prax
gem.