I have a xml file with content
<ul>
<li><info>CSS text formatting </info></li>
</ul>
Where info is a class name in css.When i parse the xml and displayed on a page the css class info is applying on the <li>
tag.This is working in mozilla.But ie is not taking it as a css class.Is their any method to do in IE