annotate templates/commentAtom.xml @ 33:c6508503269a

Possibilité d'avoir les dates en ISO 8601, requis par Atom.
author Franck Deroche <webmaster@defr.org>
date Mon, 05 Nov 2007 09:23:40 +0100
parents 4cea8b128fdd
children efba519d2d32
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@32 3 xmlns:tr='http://defr.net/2007/template'>
webmaster@32 4 <title type='text'>
webmaster@32 5 <tr:postTitle /> - <tr:wrapper tr:id='auteur' />
webmaster@32 6 </title>
webmaster@32 7 <id>tag:defr.org,comment,2006:<tr:commentNumber /></id>
webmaster@32 8 <content type='xhtml'>
webmaster@32 9 <div xmlns='http://www.w3.org/1999/xhtml'>
webmaster@32 10 <tr:comment />
webmaster@32 11 </div>
webmaster@32 12 </content>
webmaster@33 13 <published><tr:commentDateISO /></published>
webmaster@33 14 <updated><tr:commentDateISO /></updated>
webmaster@32 15 <link tr:id='linkPostNumber' rel='alternate' type='text/html' />
webmaster@32 16 </entry>