Generating XML code for multible tables

navaxnavax Member Posts: 16
Hi all,

I have the following problem ,I need to generate xml code for multible tables.
frist i create a table with two fields one is parent element field and another one is child field. Then i appended parent tables to bodynode then i got some problem, child tables are also appended to body node. Not to parentnode Then how to prevent that problem .
please help to solve this problem.



i got out put like this
</Body>
+<custtable>
+<salestable>
+<inventtable>
+<salestable>
<Body>


i want out put like this

- <Body>
-custtable>
+<salestable>
</Custtable>
-<inventtable>
+<purchtable>
</inventtable>
</Body>

Comments

Sign In or Register to comment.