All:
Anyone has a little xquery / basex tip in getting rid of the extra white space that shows up at the beginning of each line after the first in the following xquery
for $i in 1 to 10 return concat("x","
")
which in the UI returns
x
 x
 x
 x
 x

Just need a text output going to csv but this extra space is causing me headaches.
tks
*P