The issue is with XML file which contains "carriage return, line feed (CRLF)" as the line break within node values, then importing via SQL XML Bulk Load (SQLXMLBulkload.4.0) removes both those characters.Normally – only "line feed (LF)" are the standard method of assigning line breaks in XML, but because the Microsoft environment uses CR+LF this behaviour gives a discrepancy as to how the information flow is handled.
Category
Proposed Solution
Benefits
Other Benefits