Problem
The RichTextCtrl gives you the ability to use styled text. It also provides a few different handlers to save the data it contains into various formats. One of those happens to be XML. In this recipe, we will learn how to extract XML from the
RichTextCtrl
.