ideas-1.3.1: Feedback services for intelligent tutoring systems

Maintainerbastiaan.heeren@ou.nl
Stabilityprovisional
Portabilityportable (depends on ghc)
Safe HaskellNone
LanguageHaskell98

Ideas.Text.XML.Document

Description

Datatype for representing XML documents

Documentation

data Element Source

Constructors

Element 

type Content = [XML] Source

data DTD Source

Constructors

DTD Name (Maybe ExternalID) [DocTypeDecl]