Hi
I am trying trying to merge two tables of same table name,same column heading but different data inside using java.The tables are generated using HTML code in two different HTML files.
any idea how can i go ahead?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi
I am trying trying to merge two tables of same table name,same column heading but different data inside using java.The tables are generated using HTML code in two different HTML files.
any idea how can i go ahead?
How is this data stored in Java?
Maps?
// Json
Actually Ii have two xml like files called dita files.In these files the structure of the tables are defined like this...
<rule class="+ topic/li dr-d/rule ">
<ruleName class="+ topic/ph dr-d/ruleName ">4x41b</ruleName>
<ruleNotes class="+ topic/ph dr-d/ruleNotes ">-</ruleNotes>
<ruleDesc class="+ topic/itemgroup dr-d/ruleDesc ">Ex maximum </ruleDesc>
<ruleOper class="+ topic/ph dr-d/ruleOper ">?</ruleOper>
<ruleValue class="+ topic/ph dr-d/ruleValue ">80</ruleValue>
</rule>
now I need to merge the contents of 2 tables in xml files after checking ruleName in both the tables are same and store the output in third file