Notepad only opens header XML file
- 
 I have a few XML files that won’t open properly in notepad++. I can open them in Windows Internet Explorer just fine, but in Notepad++ only the two header lines are shown. What can cause this? 
 Normaly XML files open perfectly in Notepad++.Here’s first part of the file: (the part upto the page break is the only part that’s shown in Notepad++) <?xml version=“1.0” encoding=“UTF-8”?> 
 <SOAP-ENV:Envelope xmlns:ns3=“http://tempuri.org/” xmlns:ns2=“http://schemas.datacontract.org/2004/07/PROAFinancialService.Entities” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:ns1=“http://schemas.datacontract.org/2004/07/PROAFinancialService” xmlns:SOAP-ENV=“http://schemas.xmlsoap.org/soap/envelope/”>SOAP-ENV:Body 
 ns3:CreateFinancialEntryObj
 ns3:requestFinancialEntry
 ns1:DatabaseTEST</ns1:Database>
 <ns1:Domain xsi:nil=“true”/>
 <ns1:Password xsi:nil=“true”/>
- 
 Have you tried checking if there’s a horizontal scrollbar, or tried turning on linewrap? It sounds like this xml just doesn’t have newlines… 
- 
 yes I did. That’s not it. 
- 
 
- 
 Notepad++ v7.7.1 (32-bit) 
 Build time : Jun 16 2019 - 21:14:50
 Path : C:\Program Files\Notepad++\notepad++.exe
 Admin mode : OFF
 Local Conf mode : OFF
 OS : Windows 7 (32-bit)
 Plugins : auto_populate.dll Console_output.dll Demo.dll mimeTools.dll NppConverter.dll NppExec.dll NppExport.dll Remove_dup_lines.dll& also you can provide total data of file here 

