[xquery-talk] Add value to result before a for loop

David Carlisle davidc at nag.co.uk
Wed Jul 18 07:04:07 PDT 2012


On 18/07/2012 14:59, Gary Larsen wrote:
> string-join($hdr, $body)


string join tales a sequence as the first argument and a separator 
string as the second so that should be

  string-join(($hdr, $body),'')

the examples posted all had '' as the second argument or '
' if you 
want to add the line sep at that point rather than add it to each item)

David


-- 
google plus: https:/profiles.google.com/d.p.carlisle

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________


More information about the talk mailing list