aboutsummaryrefslogtreecommitdiffstats
path: root/view/poco_entry_xml.tpl
blob: 71ca2d13e836b50d5b5b62dc08dcf822e3cb090b (plain) (blame)
1
2
3
4
5
6
7
<entry>
{{ if $entry.id }}<id>$entry.id</id>{{ endif }}
{{ if $entry.displayName }}<displayName>$entry.displayName</displayName>{{ endif }}
{{ if $entry.preferredName }}<preferredName>$entry.preferredName</preferredName>{{ endif }}
{{ if $entry.urls }}<urls><value>$entry.urls.value</value><type>$entry.urls.type</type></urls>{{ endif }}
{{ if $entry.photos }}<photos><value>$entry.photos.value</value><type><$entry.photos.type></type></photos>{{ endif }}
</entry>