ok, done

[prev] [thread] [next] [lurker] [Date index for 2003/11/27]

From: jon
Subject: ok, done
Date: 09:01 on 27 Nov 2003
I updated the tests to be correct.

The rules for xmlifying your html:

All single tags, including <br> and <input and <hr> must end with " 
/>".

All <p> must have </p>

All attributes must be double quoted, and the tag and attribuite 
names should be lowercase (except for HTML::Template tags)

All <li> must have </li>

All <ul> or <ol> must have </ul> or </ol>


Also (not xml related):

All paths must be "./foo.html", not "foo.html"

I eliminated the recurrent text at the end of many templates and put 
in into footer.tmpl. I eliminated the <td> tag at the top of these 
templates and put it into header.tmpl

All <td></td> must be <td>&nbsp;</td>, or the table rendering looks 
funny.

Yehuda

Generated at 10:06 on 27 Nov 2003 by mariachi 0.51