This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: html output


> html output method is made to prevent xml-specific syntax, 
> such a <hr/> -> 
> <hr>. However, it seems the empty list <ul></ul> still get 
> translated to 
> <ul/>, wich disturbs browsers. Or am i doing something wrong ?
> 
> Not very ennoying, as i can test if a nodeset is empty before 
> applying a 
> template, but it makes stylesheet more verbose:

In HTML ul element must have one or more li children, so an empty ul should
never exist. If you're generating some sort of pseudo-HTML, then you just
have to stick with the verbose stylesheet.

Jarno

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]