lutaml / prax

PRAX: Jing replacement in plain Ruby (Pure Ruby Assertor of XML)
0 stars 0 forks source link

Implement the `prax` gem as a replacement for Jing #1

Open ronaldtse opened 4 days ago

ronaldtse commented 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.

The task is to implement XML validation that Jing allows in the prax gem.

ronaldtse commented 4 days ago

These notes provide a good basis for XML validation: