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]
Other format: [Raw text]

Re: tag minimisation



> <span><xsl:value-of select="whatever"/></span> and 'whatever' is nothing,
> msxml2.6 outputs
> 
> <span/>


Can you use <span><xsl:value-of select="whatever"/>&#160;</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@virbus.de
www.virbus.de


 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]