| 
 
Subject: [xsl] html output From: Guillaume Rousse <rousse@xxxxxxxxxxxxxx> Date: Wed, 3 Oct 2001 15:03:16 +0200  | 
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:
<variable name="set" select="*"/>
<if test="$set">
  <ul>
    <apply-templates select="$set"/>
  </ul>
</if>
as opposed to
<ul>
    <apply-templates select="*"/>
</ul>
-- 
Guillaume Rousse <rousse@xxxxxxxxxxxxxx>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] Finding the maximum numbe, Pepping, Simon (ELS) | Thread | Re: [xsl] html output, David Carlisle | 
| Re: [xsl] xml-to-xml output does no, Thomas B. Passin | Date | Re: [xsl] working with multiple inp, Thomas B. Passin | 
| Month |