annotate templates/commentAtom.xml @ 87:249de0d66f8c

Data Access: Ajout d'un helper pour nettoyer les données
author Franck Deroche <franck@defr.org>
date Sun, 02 Dec 2018 21:31:19 +0100
parents efba519d2d32
children
rev   line source
webmaster@32 1 <?xml version='1.0' encoding='UTF-8'?>
webmaster@32 2 <entry xmlns='http://www.w3.org/2005/Atom'
webmaster@34 3 xmlns:xhtml='http://www.w3.org/1999/xhtml'
webmaster@32 4 xmlns:tr='http://defr.net/2007/template'>
webmaster@32 5 <title type='text'>
webmaster@32 6 <tr:postTitle /> - <tr:wrapper tr:id='auteur' />
webmaster@32 7 </title>
webmaster@32 8 <id>tag:defr.org,comment,2006:<tr:commentNumber /></id>
webmaster@32 9 <content type='xhtml'>
webmaster@34 10 <xhtml:div xmlns='http://www.w3.org/1999/xhtml'>
webmaster@32 11 <tr:comment />
webmaster@34 12 </xhtml:div>
webmaster@32 13 </content>
webmaster@33 14 <published><tr:commentDateISO /></published>
webmaster@33 15 <updated><tr:commentDateISO /></updated>
webmaster@32 16 <link tr:id='linkPostNumber' rel='alternate' type='text/html' />
webmaster@32 17 </entry>