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

Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Safe HaskellNone

Text.XML.HXT.DTDValidation.TypeDefs

Description

This module provides all datatypes for DTD validation

Synopsis

Documentation

($$) :: XmlArrow -> XmlTrees -> XmlTreesSource

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 XmlTreeSource

create an error message