That's it! Thanks. Gary
-----Original Message----- From: David Carlisle [mailto:[email protected]] Sent: Wednesday, July 18, 2012 10:04 AM To: Gary Larsen Cc: [email protected] Subject: Re: [xquery-talk] Add value to result before a for loop 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. ________________________________________________________________________ _______________________________________________ [email protected] http://x-query.com/mailman/listinfo/talk
