[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] tag minimisation
Subject: Re: [xsl] tag minimisation
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Thu, 07 Feb 2002 13:02:43 +0100
|
<span><xsl:value-of select="whatever"/></span> and 'whatever' is nothing,
msxml2.6 outputs
<span/>
Can you use <span><xsl:value-of select="whatever"/> </span> ?
So <span> isn't empty.
Or some conditional processing: IF whatever is empty place a
non-breaking space.
Regards,
Joerg
--
System Development
VIRBUS AG
Fon +49(0)341-979-7411
Fax +49(0)341-979-7409
joerg.heinicke@xxxxxxxxx
www.virbus.de
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|