[thelist] saving code in html

Niklaus Haldimann nhaldimann at gmx.ch
Thu Nov 15 10:48:51 CST 2001


On 15 Nov 01, at 13:36, Monserrat Videla Puelles wrote:
> I'm in the process of learning xsl-xml, and I would like some advice of
> how to layout my html in order to have a better XSLT

I don't know if this is what you are looking for but: Code according 
to the XML resp. XHTML syntax. Most important:

1. Code all tags and attributes lower-case.

2. Properly nest elements. Close all tags. Elements like <br> or 
<img> should be closed by adding a slash, <br /> and <img />.

Your XSL interpreter will complain anyway, though, if you don't stick 
to these rules. ;)

N.




More information about the thelist mailing list