html-minimalist-0.1: Minimalist haskell html library

Text.HTML.Light.Constant

Contents

Description

xhtml related constants.

Synopsis

Named non-ascii characters

copy :: ContentSource

The copyright character.

larr :: ContentSource

The left arrow character.

nbsp :: ContentSource

The non-breaking space character.

rarr :: ContentSource

The right arrow character.

Version and document type strings

xml_1_0 :: StringSource

The xml version 1.0 string with UTF-8 encoding set.

type DocType = StringSource

A type synonym for document type strings.

xhtml_1_0_strict :: DocTypeSource

The xhtml 1.0 strict document type string.

xhtml_1_0_transitional :: DocTypeSource

The xhtml 1.0 transitional document type string.