[Home] [By Thread] [By Date] [Recent Entries]
The output xml I hope to get
<?xml version="1.0" encoding="ISO-8859-1"?> <catalog> <settings> <user> <owner>User1</owner> <other> <name>User2</name> <total>3</total> <nodig>-5</nodig> </other> <other> <name>User3</name> <total>14</total> <nodig>6</nodig> </other> </user> <user> <owner>User2</owner> <other> <name>User1</name> <total>8</total> <nodig>5</nodig> </other> <other> <name>User3</name> <total>7</total> <nodig>-2</nodig> </other> </user> <user> <owner>User3</owner> <other> <name>User1</name> <total>33</total> <nodig>-6</nodig> </other> <other> <name>User2</name> <total>9</total> <nodig>2</nodig> </other> </user> </settings> <DVD> <title>A_title</title> <year>The Year</year> <owner>User3</owner> <counter>1</counter> <other> <name>A_user</name> <status>ok</status> <finalstatus>ok</finalstatus> </other> <other> <name>B_user</name> <status>see</status> <finalstatus>waiting</finalstatus> </other> <other> <name>C_user</name> <status>ok</status> <finalstatus>ok</finalstatus> </other> </DVD> <DVD> <title>B_title</title> <year>The Year</year> <owner>User3</owner> <counter>1</counter> <other> <name>A_user</name> <status>ok</status> <finalstatus>ok</finalstatus> </other> <other> <name>B_user</name> <status>see</status> <finalstatus>waiting</finalstatus> </other> <other> <name>C_user</name> <status>ok</status> <finalstatus>ok</finalstatus> </other> </DVD> </catalog> hope this helps On 24-jan-06, at 12:59, cknell@xxxxxxxxxx wrote: Show us what output you hope to get, and you will most likely receive some help. Guessing is not conducive to good results. The ASP is irrelevant to your problem, the expected output is.
|

Cart



