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

Viewing 1 reply thread
  • Author
    Posts
    • #24755

      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~

    • #24784

      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

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.