Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This option enables you to specify that list elements UL/OL is to be converted to valid XHTML. This option is disabled by default.
<ol>
<li>a</li>
<ol>
<li>b</li>
<li>c</li>
</ol>
<li>e</li>
</ol>
<ol>
<li>a
<ol>
<li>b</li>
<li>c</li>
</ol>
</li>
<li>e</li>
</ol>
tinyMCE.init({
...
fix_list_elements : true
});
Search documentation.