Re: [xsl] empty string

Subject: Re: [xsl] empty string
From: Mike Brown <mike@xxxxxxxx>
Date: Tue, 17 Jun 2003 17:42:05 -0600 (MDT)
Yan, Charlene wrote:
> Is there a way to put an empty string in xsl.

No, not a truly empty string. XSLT is about generating a DOM-like tree of
nodes from which linear output, such as a series of bytes representing an
encoded string, is typically derived automatically. The production of a text
node requires the presence of at least one character. The character could be
a space or other non-printing character though.

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


Current Thread