cv-security
New Member
I have a variable in XSLT which contains numbers (like: 1 or 2 or 5 or 7).I need to construct a string to be displayed in HTML such that the the string is the number of space bars that is in the variable. I need to append this string to a value in XSLT and display it in the HTML.Any idea how this can be done the best way ?