|
| Text.XML.HXT.RelaxNG.Validation | | Portability | portable | | Stability | stable | | Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
|
|
|
| Description |
| Validation of a XML document with respect to a valid Relax NG schema in simple form.
Copied and modified from "An algorithm for RELAX NG validation" by James Clark
(http://www.thaiopensource.com/relaxng/derivative.html).
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
Validates a xml document with respect to a Relax NG schema
- 1.parameter : the arrow for computing the Relax NG schema
- 2.parameter : list of options for reading and validating
- 3.parameter : XML document URI
- arrow-input : ignored
- arrow-output : list of errors or none
|
|
|
Validates a xml document with respect to a Relax NG schema
- 1.parameter : XML document
- arrow-input : Relax NG schema
- arrow-output : list of errors or none
|
|
|
|
|
|
|
| normalize a document for validation with Relax NG: remove all namespace declaration attributes,
remove all processing instructions and merge all sequences of text nodes into a single text node
|
|
|
| tests whether a NameClass contains a particular QName
|
|
| Produced by Haddock version 2.4.2 |