Preserving Whitespaces in BizTalk Transformation Following property need to be set r_setting.IgnoreWhitespace = false; Full Sample code XsltSettings set = new XsltSettings(true, true); XmlReader reader; XmlWriter writer; string xmlPath_out = "D:/" + "testWhiteSpace.xml"; //StreamWriter writer = File.CreateText(xmlPath_out); try { string xml_p = "testWhite_P.xml"; string xslt_p = "xsltWhiteSpace.xsl"; ...
BizTalk/.NET/SQL/SharePoint...and more as par demand