xhtml-combinators-0.2.2: Fast and easy to use XHTML combinators.

Copyright(c) Andy Gill, and the Oregon Graduate Institute of Science and Technology 1999-2001 (c) Bjorn Bringert 2004-2006 (c) Alasdair Armstrong 2010
LicenseBSD-style
Maintaineralasdair.armstrong@googlemail.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Text.XHtmlCombinators.Attributes.Safe

Description

 

Synopsis

Documentation

attr :: Text -> Text -> Attr

alt :: Text -> Attr

base :: Text -> Attr

cols :: Text -> Attr

href :: Text -> Attr

id_ :: Text -> Attr

lang :: Text -> Attr

name :: Text -> Attr

rel :: Text -> Attr

rev :: Text -> Attr

rows :: Text -> Attr

size :: Text -> Attr

src :: Text -> Attr

for :: Text -> Attr

style :: Text -> Attr

Currently data input into the style tag is not escaped.