Can BizTalk 2009 Map out xml delimeter as LF Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Can BizTalk 2009 Map out xml delimeter as LF This topic has 1 reply, 1 voice, and was last updated 9 years, 2 months ago by community-content. Viewing 1 reply thread Author Posts May 20, 2010 at 1:52 AM #24755 community-content Hi~ We would like to map out to a xml file~ The xml must be delimeter as LF,not CR LF, We see the mapper grid perpety “indent=yes” The output xml file appear CR LF, But how to control that appear only LF? Thanks~ May 24, 2010 at 7:38 AM #24784 community-content There is no way that I know of, other then manipulating the output stream to replace CRLF with LF using a text mechanism like regex. According to the Xml spec, a compliant Xml Processor will treat CR, CRLF and LF as end of line markers. http://www.w3.org/TR/2008/REC-xml-20081126/#sec-line-ends Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register