*XML DATA In Div *\[code\]<sample> <user> <FirstName>Ramesh</FirstName> <LastName>Kumar</LastName> </user> <Description> <job> <b>Jobs <h3>@</h3><i>stack</i><strong> <u>over</u>flow</strong> </b></job> </Description></sample>\[/code\]I want to convert(Regex) these data to another div:\[code\]Ramesh Kumar <b>Jobs <h3>@</h3><i>stack</i><strong> <u>over</u>flow</strong> </b>\[/code\]how to get innerHtml only with formatting tags and should be skip userdefined tags (shoul be skip Tag only but content Required)