hxt-9.3.1.16: A collection of tools for processing XML with Haskell.

CopyrightCopyright (C) 2008 Uwe Schmidt
LicenseMIT
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Text.XML.HXT.DTDValidation.TypeDefs

Description

This module provides all datatypes for DTD validation

Synopsis

Documentation

($$) :: XmlArrow -> XmlTrees -> XmlTrees infixr 0 Source #

infix operator for applying an arrow to a list of trees

  • 1.parameter f : the arrow
  • 2.parameter ts : the list of trees
  • returns : list of results

msgToErr :: (String -> String) -> LA String XmlTree Source #

create an error message