annotate templates/postAtom.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@34 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='xhtml'>
webmaster@34 6 <xhtml:div xmlns='http://www.w3.org/1999/xhtml'>
webmaster@32 7 <tr:postTitle />
webmaster@34 8 </xhtml:div>
webmaster@32 9 </title>
webmaster@32 10 <id>tag:defr.org,2006:<tr:postNumber /></id>
webmaster@32 11 <content type='xhtml'>
webmaster@34 12 <xhtml:div xmlns='http://www.w3.org/1999/xhtml'>
webmaster@32 13 <tr:postContent />
webmaster@34 14 </xhtml:div>
webmaster@32 15 </content>
webmaster@33 16 <published><tr:postDateISO /></published>
webmaster@33 17 <updated><tr:postDateISO /></updated>
webmaster@32 18 <link tr:id='linkPostNumber' rel='alternate' type='text/html' />
webmaster@32 19 </entry>