hxt-7.5: A collection of tools for processing XML with Haskell.ContentsIndex
Text.XML.HXT.Validator.IdValidation
Description
This module provides functions for checking special IDIDREFIDREFS constraints.
Synopsis
validateIds :: XmlTree -> XmlTree -> XmlTrees
Documentation
validateIds :: XmlTree -> XmlTree -> XmlTrees

Perform the validation of the IDIDREFIDREFS constraints.

  • 1.parameter dtdPart : the DTD subset (Node DOCTYPE) of the XmlTree
  • 2.parameter doc : the document subset of the XmlTree
  • returns : a list of errors
Produced by Haddock version 2.1.0