Hi Rahil Kidwai,
HTML is a diverse and complicated standard and supporting it comes with certain limitations. HtmlFormatProvider is designed to handle slightly malformed HTML (missing closing tags, missing quotes around attributes). However your document is not valid XHTML and cannot be parsed and shown correctly. The problems are mainly:
1. Missing closing tags for <LI>
2. Missing quotes in the class declaration
3. Use of capital letters for the declaration of the elements.
For best results we recommend importing valid
XHTML content. You can read more about supported html in
this article.
Kind regards,
Mihail
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>