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