Cow.Xhtml
XHTML entity support
val entity : string -> string option
entity s converts the HTML entity s to its corresponding UTF-8 symbol. For example entity "amp" = "&".
entity s
s
entity "amp" = "&"