| Portability | portable (depends on ghc) |
|---|---|
| Stability | provisional |
| Maintainer | bastiaan.heeren@ou.nl |
| Safe Haskell | Safe-Inferred |
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] |