hxt-7.5: A collection of tools for processing XML with Haskell.ContentsIndex
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 Version : $Id: Validation.hs,v 1.2 20041123 15:50:23 hxml Exp $

Synopsis
getValidatedDoc :: XmlStateFilter state
module Text.XML.HXT.Validator.ValidationFilter
Documentation
getValidatedDoc :: XmlStateFilter state

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

module Text.XML.HXT.Validator.ValidationFilter
Produced by Haddock version 2.1.0