hxt-filter-8.4.2: A collection of tools for processing XML with Haskell (Filter variant).

Text.XML.HXT.Validator.Validation

Description

This module provides a state filter as a main function for validating XML documents.

The real validation is done with pure filters from module Text.XML.HXT.Validator.ValidationFilter

Author : .\artin Schmidt

Synopsis

Documentation

getValidatedDoc :: XmlStateFilter stateSource

monadic filter for validating and transforming a wellformed document.

the main function for validation.

the input tree must consist of a root node with a complete document and DTD. Result is the single element list containing same tree but tranformed with respect to the DTD, or, in case of errors, the root with an empty list of children