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]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]