@hackage xml-types-content0.0.1.1
Utilities for dealing with Content-values of "xml-types"
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
The Content
type in "xml-types" is tricky and naive usage of it can lead to bugs.
You cannot simply construct ContentText
from any textual value.
You must encode certain character ranges via entities.
This library does that for you by providing mappers from Text
to `[Content]`.