Append text, HTML-encoding it.
void appendHtmlEncoded(const char * s, bool bAllowTags = true);
If bAllowTags, then newline will be stored using a BR tag.
DString Class