


i want to know how to retrive the data from xml file and also i can do modification like delete,replace,add node then i can listing the data.u using java....
this is my xml file format:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Application>
<Applnname>LAND ASSET AUTOMATION SYSTEM111</Applnname>
<Module>
<Name>CUSTOMER DETAILS111</Name>
<Description> TO BE STORE THE CUSTOMER DETAIL111</Description>
<ProgramList>
<program>cust.jsp1111</program>
<program>seller.jsp111</program>
<program>buyer.java111</program>
<program>seller.java111</program>
<program>buyer.jsp111</program>
<program>trancation.jsp111</program>
<program>trancation.java1111</program>
</ProgramList>
<TableList>
<Table>custtab111</Table>
<Table>seller111</Table>
<Table>buyer111</Table>
<Table>trascation111</Table>
<Table>list111</Table>
<Table>tabl111</Table>
<Table>exp111</Table>
</TableList>
</Module>
<Applnname>LAND ASSET AUTOMATION SYSTEM111</Applnname>
<Module>
<Name>CUSTOMER DETAILS111</Name>
<Description> TO BE STORE THE CUSTOMER DETAIL111</Description>
<ProgramList>
<program>cust.jsp1111</program>
<program>seller.jsp111</program>
<program>buyer.java111</program>
<program>seller.java111</program>
<program>buyer.jsp111</program>
<program>trancation.jsp111</program>
<program>trancation.java1111</program>
</ProgramList>
<TableList>
<Table>custtab111</Table>
<Table>seller111</Table>
<Table>buyer111</Table>
<Table>trascation111</Table>
<Table>list111</Table>
<Table>tabl111</Table>
<Table>exp111</Table>
</TableList>
</Module>
</Application>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.