Archived Forum Post

Index of archived forum posts

Question:

how to return an xml string without line break?

Oct 17 '14 at 15:24

the method GetXml of chilkatxml returns the xml with line breaks, you can retrieve the xml to a string without line breaks? Thanks


Answer

Why not just replace the linebreak character with a space using the appropriate method in whatever language you are programming in?