 | hxt-7.3: A collection of tools for processing XML with Haskell. | Contents | Index |
|
| Text.XML.HXT.RelaxNG.Simplification |
|
|
|
|
| Description |
| The modul creates the simplified form of a Relax NG schema.
See also chapter 4 of the Relax NG specification.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| createSimpleForm :: Attributes -> Bool -> Bool -> Bool -> IOSArrow XmlTree XmlTree |
| Creates the simple form of a Relax NG schema
(see also: relaxOptions)
|
|
| getErrors :: IOSArrow XmlTree XmlTree |
| Returns the list of simplification errors or none
|
|
| Produced by Haddock version 0.8 |