This question is locked. New answers and comments are not allowed.
Hi all,
I want to use RadRichTextBox to handle an xml data, and display the style with using CSS, does it work? And I see that there is a RadDocument class handles all the input format, can I get the Attribute of the XML input at the RadDocument? Such as:
xml:
<header ID="01">Hello World</header>
Can I get the code "01" when using RadDocument?
I want to use RadRichTextBox to handle an xml data, and display the style with using CSS, does it work? And I see that there is a RadDocument class handles all the input format, can I get the Attribute of the XML input at the RadDocument? Such as:
xml:
<header ID="01">Hello World</header>
Can I get the code "01" when using RadDocument?