How do people do this?

When I attempt to validate pages using the FireFox / Web Developer validator, I get a lot of complaints about tags that should be self-closed e.g.:

<input type="text">
 <nevow:attr name="name"><nevow:slot name="name"/></nevow:attr>
</input>

...generates HTML like this:

<input type="text" name="theName">

</input>

...which is not only ugly, it doesn't validate.

I like stan, but I dislike the fact that it clutters up .py files and also that it doesn't reload like the disk templates. OTOH I deeply dislike the nevow:attr / nevow:slot pseudo-tags in the disk templates.

Thoughts?

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to