##// END OF EJS Templates
Added XML header to the samples
Added XML header to the samples

File last commit:

r761:830857d2 decentral
r761:830857d2 decentral
Show More
sync_response.xml
23 lines | 523 B | application/xml | XmlLexer
<?xml version="1.1" encoding="UTF-8" ?>
<response>
<status>success</status>
<posts>
<post>
<id>id1/1</id>
<title>13</title>
<text>Thirteen</text>
<thread>id1/12</thread>
<pub-time>12</pub-time>
<edit-time>13</edit-time>
</post>
<post>
<id>id1/2</id>
</post>
<post>
<id>id2/1</id>
</post>
<post>
<id>id2/5</id>
</post>
</posts>
</response>