##// END OF EJS Templates
Use 'models' tag in response, this allowes us to add new models in future
neko259 -
r763:7bed6029 decentral
parent child Browse files
Show More
@@ -1,30 +1,30 b''
1 1 <?xml version="1.1" encoding="UTF-8" ?>
2 2 <response>
3 3 <status>success</status>
4 <posts>
4 <models>
5 5 <post>
6 6 <id>id1/1</id>
7 7 <title>13</title>
8 8 <text>Thirteen</text>
9 9 <thread>id1/12</thread>
10 10 <pub-time>12</pub-time>
11 11 <edit-time>13</edit-time>
12 12 </post>
13 13 <post>
14 14 <id>id1/2</id>
15 15 <title>13</title>
16 16 <text>Thirteen</text>
17 17 <pub-time>12</pub-time>
18 18 <edit-time>13</edit-time>
19 19 <tags>
20 20 <tag>tag1</tag>
21 21 </tags>
22 22 </post>
23 23 <post>
24 24 <id>id2/1</id>
25 25 </post>
26 26 <post>
27 27 <id>id2/5</id>
28 28 </post>
29 </posts>
29 </models>
30 30 </response>
General Comments 0
You need to be logged in to leave comments. Login now