hxt-8.3.0: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Text.XML.HXT.RelaxNG.Simplification
Portabilityportable
Stabilitystable
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description
The modul creates the simplified form of a Relax NG schema. See also chapter 4 of the Relax NG specification.
Synopsis
createSimpleForm :: Attributes -> Bool -> Bool -> Bool -> IOSArrow XmlTree XmlTree
getErrors :: IOSArrow XmlTree XmlTree
Documentation
createSimpleForm :: Attributes -> Bool -> Bool -> Bool -> IOSArrow XmlTree XmlTreeSource
Creates the simple form of a Relax NG schema (see also: relaxOptions)
getErrors :: IOSArrow XmlTree XmlTreeSource
Returns the list of simplification errors or none
Produced by Haddock version 2.4.2