annotate templates/commentAtom.xml @ 81:e4e50d4d3b7a

DataAccess: Passage en mysqli
author Franck Deroche <franck@defr.org>
date Tue, 20 Nov 2018 00:53:47 +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>