xsl-list
[Top] [All Lists]

return something x number of times

2005-09-15 11:24:54
Hi list

In XSLT 2.0 (in XMLSpy) this markup:
<xsl:variable name="indent_4" select="for $a in 1 to 4 return 'x'"/>

Returns 'x x x x'.

Why the whitespace?

How can I get 'xxxx' returned both in XSLT 1.0 and in XSLT 2.0?

Best regards,
Jesper Tverskov


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>