Connecting Tech Pros Worldwide Help | Site Map

how to remove carriage returns in xml

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: 4 Weeks Ago
Dear All,

Please advice how to remove carriage returns (line breaks) in the attached xml file.

Regards,
Jashuva
Attached Files
File Type: txt jashuva.txt (2.0 KB, 8 views)
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,629
#2: 4 Weeks Ago

re: how to remove carriage returns in xml


depends on what language you use for that.

something along:
Expand|Select|Wrap|Line Numbers
  1. string-replace("\r", "", xml-string);
Reply