view 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
line wrap: on
line source
<entry xmlns='http://www.w3.org/2005/Atom'
       xmlns:tr='http://defr.net/2007/template'>
   <title type='xhtml'>
     <div xmlns='http://www.w3.org/1999/xhtml'>
       <tr:postTitle />
     </div>
   </title>
   <id>tag:defr.org,2006:<tr:postNumber /></id>
   <content type='xhtml'>
   	<div xmlns='http://www.w3.org/1999/xhtml'>
	  <tr:postContent />
	</div>
   </content>
   <published><tr:postDateISO /></published>
   <updated><tr:postDateISO /></updated>
   <link tr:id='linkPostNumber' rel='alternate' type='text/html' />
</entry>