|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
|
|
|
|
| Literal translation from pure strings.
This can only work, if the string does not contain special characters.
|
|
|
|
|
| default routine
|
|
|
|
|
|
|
| Errors in on resolution of references yield undefined elements.
|
|
|
|
|
| Interpret the XML string as mixture of ISO-Latin-1 characters and XML entities
and convert that to a Unicode string.
|
|
|
| Interpret the XML string as mixture of UTF-8 characters and XML entities
and convert that to a Unicode string.
|
|
|
|
|
| Caution: There is a memory leak for the case that entity references are huge.
|
|
|
|
|
|
|
| Consider the XmlString as a mixture of XML entities and UTF-8 characters.
Replace UTF-8 characters by Unicode representations.
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.6.0 |