# `rxml_validation` — Utilities for validating strings against specific XML productions
This 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.
[](https://crates.io/crates/rxml_validation) [](https://docs.rs/rxml_validation/)
Please see the [rxml](https://crates.io/crates/rxml) and [rxml_proc](https://crates.io/crates/rxml_proc) crates for more information.
|