Description
Utilities for dealing with Content-values of "xml-types"
Description
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]`.