Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module converts between HTML/XML entities (i.e. &
) and
the characters they represent.
Synopsis
Documentation
lookupEntity :: ByteString -> Maybe ByteString Source #
Lookup an entity, using lookupNumericEntity
if it starts with
#
and lookupNamedEntity
otherwise