Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » how to change xml dynamically in java
how to change xml dynamically in java [message #835346] Tue, 03 April 2012 04:42
chavi   is currently offline chavi Friend
Messages: 67
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.
Previous Topic:Intellisense does not work for one class
Next Topic:[solved] Call Hierarchy opens uneditable version, instead of editable
Goto Forum:
  


Current Time: Thu Sep 19 18:40:05 GMT 2024

Powered by FUDForum. Page generated in 0.03260 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top