view simple.xml @ 12:8a99fa4ea193

On ignore desormais les .swp générés par vi aussi
author Franck Deroche <webmaster@defr.org>
date Mon, 22 Oct 2007 08:53:46 +0200
parents 888b9807b2b3
children 51645aad97a8
line wrap: on
line source
<?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>