comparison templates/postAtom.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
comparison
equal deleted inserted replaced
32:4cea8b128fdd 33:c6508503269a
9 <content type='xhtml'> 9 <content type='xhtml'>
10 <div xmlns='http://www.w3.org/1999/xhtml'> 10 <div xmlns='http://www.w3.org/1999/xhtml'>
11 <tr:postContent /> 11 <tr:postContent />
12 </div> 12 </div>
13 </content> 13 </content>
14 <published><tr:postDate /></published> 14 <published><tr:postDateISO /></published>
15 <updated><tr:postDate /></updated> 15 <updated><tr:postDateISO /></updated>
16 <link tr:id='linkPostNumber' rel='alternate' type='text/html' /> 16 <link tr:id='linkPostNumber' rel='alternate' type='text/html' />
17 </entry> 17 </entry>