Separating Content From Formatting
Content authored through XStandard is free from formatting which means it can easily be repurposed. To display formatted content in the editor, the CMS developer or administrator would point the editor to a CSS file like this:
<param name="CSS" value="http://website.com/format.css" />
The editor will then render content according to the formatting rules in the CSS file as seen in the editor below.
Point the editor to a different CSS file and the editor will render the same content using different formatting rules are seen in the editor below.
For illustration purposes, the editor below shows how the same content looks like when the editor is not pointing to a CSS file.