Hi Jason,
We are bulding a form with a rich text control. The control is not bind to a customXml file as we want styling, bullet and so in the text. The content of the control will be transformed to html and stored in SQL database. The content will finaly display in a web page where it could also be download as a docx.
I can extract the content as xml using below code.
But ...