On Friday 27 October 2006 16:06, Tom Wright wrote: > <xsl:output method="html"
Oh, you need the XML method for XHTML. The HTML method will output SGML-style HTML, i.e. it allows empty elements. From the spec: "The html output method should not output an end-tag for empty elements. For HTML 4.0, the empty elements are area, base, basefont, br, col, frame, hr, img, input, isindex, link, meta and param. For example, an element written as <br/> or <br></br> in the stylesheet should be output as <br>." Cheers, Kjetil -- Kjetil Kjernsmo Information Systems Developer Opera Software ASA

