Re: [xsl] Creating a white-space separated list in attribute values

Subject: Re: [xsl] Creating a white-space separated list in attribute values
From: "Aleksei Valikov" <valikov@xxxxxx>
Date: Wed, 15 Aug 2001 15:17:11 +0200
Hi.

> I'm not able to make a white-space separated list in an attribute value in
XSL.

Use <xsl:text> </xsl:text> to insert a space.
Whitespace-only text-nodes are stripped from the transformation (i.e. the
XSLT document itself) tree by default (with some exceptions).

Bye.
/lexi



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


Current Thread