carriage return after each record

Hello.


pub.xml:documentToXMLString

I need to add carriage return (%OD) after each record , before call pub.client:HTTP service. (server expect this)…
I read in forum about using pub.string:makeString/replaceString services as solution for that…Can I use service pub.string:tokenize , and just put \r value in delim parameter? Or is there maybe nicer solution:) ?

Thank you.