I have written xml file which contains html tags as element like
<component>
<input type="button">
<button id="1">
<class="mytest1">
</component>
now i want to first write a html file with these tags like
<input type="button" class="mytest" id="1">
.and when i change button to text,in xml also it shud be change button to text.