| how to change xml dynamically in java [message #835346] |
Tue, 03 April 2012 00:42 |
chavi Messages: 64 Registered: April 2011 |
Member |
|
|
I have written xml file which contains html tags as element like
<component>
<input type="button" id=1>
<class="mytest1">
</component>
now i want to first write a html file with these tags like
<input type="button" class="mytest1" id="1">
and when i change button to text in html file,in xml also it should be change button to text.
Please help.
|
|
|
Powered by
FUDForum. Page generated in 0.06086 seconds