XML send port Home Page › Forums › BizTalk 2004 – BizTalk 2010 › XML send port This topic has 3 replies, 1 voice, and was last updated 9 years, 2 months ago by community-content. Viewing 1 reply thread Author Posts November 28, 2007 at 4:40 AM #18511 community-content Stupid question probably… I have a send port that posts an xml file to a folder. If i open this xml file with notepad, everything is in one row. How do I make it have a new row after every xml tag? November 29, 2007 at 1:52 AM #18524 community-content I suggest you use an xml-editor. There is one integrated in Visual Studio where you can format the document. It is the button next to the “validate xml”-button. I prefer Stylus Studio or XMLSpy. December 21, 2007 at 7:24 AM #18669 community-content Isn’t there a way to accomplish this in Biztalk? December 25, 2007 at 6:30 PM #18678 community-content What you can do is have a custom send pipeline component. Add newline character after every tag end and drop the file as a txt file or may be as xml file. Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register