|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] 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:
<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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








