I have a xml file with data
<ul>
<li><info>CSS text formatting </info></li>
<li><info>Text loaded from a XML</info></li>
<li><info>Scrolls with easing</info></li>
</ul>
For editing the content i have used tinymce editor.For editing i am parsing the xml file and putit in a textarea that is for timymce edtor.In the editor i am getting the <info>
tag after the <li>
tag.But when iam submitting the value the <info>
tag is not getting.How i can get <li><info>Text loaded from a XML</info></li>
when i am submitting the form.Thanks in advance.