hxt-filter-8.2.0: A collection of tools for processing XML with Haskell (Filter variant).Source codeContentsIndex
Text.XML.HXT.Validator.DocTransformation
Description
This module provides functions for transforming XML documents represented as XmlTree with respect to its DTD.
Synopsis
transform :: XmlTree -> XmlTree -> XmlTrees
Documentation
transform :: XmlTree -> XmlTree -> XmlTreesSource

filter for transforming the document.

  • 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.3.0