2011-10-27 09:57:19 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<response>
|
|
|
|
{{ if $response.sorted }}<sorted>$response.sorted</sorted>{{ endif }}
|
|
|
|
{{ if $response.filtered }}<filtered>$response.filtered</filtered>{{ endif }}
|
|
|
|
{{ if $response.updatedSince }}<updatedSince>$response.updatedSince</updatedSince>{{ endif }}
|
2011-10-27 13:38:33 +02:00
|
|
|
<startIndex>$response.startIndex</startIndex>
|
|
|
|
<itemsPerPage>$response.itemsPerPage</itemsPerPage>
|
|
|
|
<totalResults>$response.totalResults</totalResults>
|
2011-10-27 09:57:19 +02:00
|
|
|
|
2011-10-27 13:38:33 +02:00
|
|
|
|
|
|
|
{{ if $response.totalResults }}
|
2012-12-22 20:57:29 +01:00
|
|
|
{{ for $response.entry as $ent }}
|
2012-12-25 19:48:02 +01:00
|
|
|
{{ inc poco_entry_xml.tpl with $entry=$ent }}{{ endinc }}
|
2011-10-27 09:57:19 +02:00
|
|
|
{{ endfor }}
|
2011-10-27 13:38:33 +02:00
|
|
|
{{ else }}
|
|
|
|
<entry></entry>
|
|
|
|
{{ endif }}
|
2011-10-27 09:57:19 +02:00
|
|
|
</response>
|