xsl-list
[Top] [All Lists]

RE: Print number of chars depending upon int value

2005-04-22 04:30:13
:( facing lots of difficulties for xslt 1.0.
Should not there be an alternative for any function in
xslt2.0 in xslt 1.0. 
Otherwise it is required to write 100 lines of code as
mentioned by Eliot Harold.

-Ranjan
--- Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
In a reporting application, I need to print number
of
chars e.g. '.'s depending upon some numeric
variable.
SO it would be a kind of array of chars.


Like many things, it's very easy in 2.0:

string-join(for $i in 1 to $N return ".", "")

Michael Kay
http://www.saxonica.com/




--~------------------------------------------------------------------
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>
--~--



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--~------------------------------------------------------------------
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>
--~--