 | xhtml-combinators-0.2.2: Fast and easy to use XHTML combinators. | Contents | Index |
|
| Text.XHtmlCombinators.Escape | | Portability | GHC | | Stability | experimental | | Maintainer | alasdair.armstrong@googlemail.com |
|
|
|
| Description |
| Escaping is based on the ESAPI project
(see 'http:www.owasp.orgindex.phpESAPI')
|
|
| Synopsis |
|
|
|
| Documentation |
|
| escape :: Text -> Text |
| Escaping text in generic HTML elements
|
|
| escapeAttr :: Text -> Text |
| Escaping text in attribute values
|
|
| escapeJavaScript :: Text -> Text |
| Escaping text intended for places where scripts can be used
|
|
| escapeCSS :: Text -> Text |
| Escape text for CSS (style) data
|
|
| Produced by Haddock version 2.7.2 |