Connecting Tech Pros Worldwide Forums | Help | Site Map

how to remove carriage returns in xml

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: Oct 22 '09
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, 9 views)

Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,660
#2: Oct 22 '09

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