Mercurial > defr > templates
comparison simple.xml @ 0:c86959030ae8
Import initial
author | Franck Deroche <webmaster@defr.net> |
---|---|
date | Sat, 10 Mar 2007 21:48:42 +0100 |
parents | |
children | 888b9807b2b3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c86959030ae8 |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | |
2 <!DOCTYPE | |
3 html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | |
4 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
5 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:t="http://defr.net/2007/template" xml:lang="fr"> | |
6 <head> | |
7 <title /> | |
8 </head> | |
9 <body> | |
10 <h1 t:id="hello">Ceci sera remplacé.</h1> | |
11 <p><t:test /></p> | |
12 <p>Ma couleur préférée est le <t:color />. Et vous ?</p> | |
13 <p t:id='attr'>Test sur les attributs.</p> | |
14 <ul t:id='choses'> | |
15 <li>Première chose</li> | |
16 <li t:toClone='true' class='ab' /> | |
17 <li>Dernière chose</li> | |
18 </ul> | |
19 <t:ab>Ceci devrait disparaitre.</t:ab> | |
20 </body> | |
21 </html> |