Mercurial > defr > DualBlog
comparison templates/postAtom.xml @ 34:efba519d2d32
Clarification des namespaces pour le parser XML de PHP.
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Mon, 05 Nov 2007 09:43:24 +0100 |
parents | c6508503269a |
children |
comparison
equal
deleted
inserted
replaced
33:c6508503269a | 34:efba519d2d32 |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | |
1 <entry xmlns='http://www.w3.org/2005/Atom' | 2 <entry xmlns='http://www.w3.org/2005/Atom' |
3 xmlns:xhtml='http://www.w3.org/1999/xhtml' | |
2 xmlns:tr='http://defr.net/2007/template'> | 4 xmlns:tr='http://defr.net/2007/template'> |
3 <title type='xhtml'> | 5 <title type='xhtml'> |
4 <div xmlns='http://www.w3.org/1999/xhtml'> | 6 <xhtml:div xmlns='http://www.w3.org/1999/xhtml'> |
5 <tr:postTitle /> | 7 <tr:postTitle /> |
6 </div> | 8 </xhtml:div> |
7 </title> | 9 </title> |
8 <id>tag:defr.org,2006:<tr:postNumber /></id> | 10 <id>tag:defr.org,2006:<tr:postNumber /></id> |
9 <content type='xhtml'> | 11 <content type='xhtml'> |
10 <div xmlns='http://www.w3.org/1999/xhtml'> | 12 <xhtml:div xmlns='http://www.w3.org/1999/xhtml'> |
11 <tr:postContent /> | 13 <tr:postContent /> |
12 </div> | 14 </xhtml:div> |
13 </content> | 15 </content> |
14 <published><tr:postDateISO /></published> | 16 <published><tr:postDateISO /></published> |
15 <updated><tr:postDateISO /></updated> | 17 <updated><tr:postDateISO /></updated> |
16 <link tr:id='linkPostNumber' rel='alternate' type='text/html' /> | 18 <link tr:id='linkPostNumber' rel='alternate' type='text/html' /> |
17 </entry> | 19 </entry> |