rxml_validation
— Utilities for validating strings against specific XML productionsThis crate is an infrastructure/plumbing crate for the rxml
and rxml_proc
crates. It provides utility functions to validate that strings conform to the CData, Name and NCName grammars described in the XML 1.0 specification.
Please see the rxml and rxml_proc crates for more information.