I have a XML
<bullettext>
1. <B> its first bullet text and should be bold</B> and now its shud be plane
2. Now the second bulleted text starts <I> 1. its second bullet text ,should be italic</I>
<bullettext>
now when i trasform this xml to a html my output should look this way
<html>
<body>
<UI>
<LI>1. <B> its first bullet text and should be bold</B> and now its shud be plane </LI>
<LI>2. Now the second bulleted text starts <I> 1. its second bullet text ,should be italic</I></LI>
</UI>