Mercurial > defr > templates
diff simple.xml @ 0:c86959030ae8
Import initial
author | Franck Deroche <webmaster@defr.net> |
---|---|
date | Sat, 10 Mar 2007 21:48:42 +0100 |
parents | |
children | 888b9807b2b3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/simple.xml Sat Mar 10 21:48:42 2007 +0100 @@ -0,0 +1,21 @@ +<?xml version='1.0' encoding='utf-8'?> +<!DOCTYPE + html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:t="http://defr.net/2007/template" xml:lang="fr"> + <head> + <title /> + </head> + <body> + <h1 t:id="hello">Ceci sera remplacé.</h1> + <p><t:test /></p> + <p>Ma couleur préférée est le <t:color />. Et vous ?</p> + <p t:id='attr'>Test sur les attributs.</p> + <ul t:id='choses'> + <li>Première chose</li> + <li t:toClone='true' class='ab' /> + <li>Dernière chose</li> + </ul> + <t:ab>Ceci devrait disparaitre.</t:ab> + </body> +</html> \ No newline at end of file