| Maintainer | bastiaan.heeren@ou.nl |
|---|---|
| Stability | provisional |
| Portability | portable (depends on ghc) |
| Safe Haskell | None |
| Language | Haskell98 |
Ideas.Text.XML.Document
Description
Datatype for representing XML documents
Documentation
type Attributes = [Attribute] Source
Constructors
| Element | |
Fields
| |
Constructors
| DTD Name (Maybe ExternalID) [DocTypeDecl] |
data DocTypeDecl Source
type AttDef = (Name, AttType, DefaultDecl) Source
type EntityDef = Either EntityValue (ExternalID, Maybe String) Source
data Conditional Source
Constructors
| Include [DocTypeDecl] | |
| Ignore [String] |
prettyElement :: Bool -> Element -> Doc Source