Home Page › Forums › BizTalk 2004 – BizTalk 2010 › adding CRLF to output XML file › Re: adding CRLF to output XML file
March 9, 2010 at 12:34 PM
#24343
If you use a map to create the output message you can set the <xsl:output> attribute indent to yes.
If using a Biztalk map open the map, click on the grid and set the Indent property to Yes.
If using custom Xslt add indent=”yes” to the <xsl:output> node