hsp-0.4.4: Haskell Server Pages is a library for writing dynamic server-side web pages.
HSP.XML
data XML Source
Constructors
Instances
type Domain = Maybe StringSource
type Name = (Domain, String)Source
type Attributes = [Attribute]Source
type Children = [XML]Source
pcdata :: String -> XMLSource
cdata :: String -> XMLSource
newtype Attribute Source
newtype AttrValue Source
attrVal :: String -> AttrValueSource
pAttrVal :: String -> AttrValueSource
renderXML :: XML -> StringSource
isElement :: XML -> BoolSource
isCDATA :: XML -> BoolSource