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