Issue in Notepad ++
-
Hi friends,
Three days back , i am working on xml file , which containing 92323 LOC. But i need proper indent , and remove unnecessary blank line of that xml file.
So opening that xml file into NOTEPAD++, but after
execution Line Operation->Remove empty lines(Containing empty char) the xml file is got corrupted .
Exm:
******<BILL-ELECTRIC>
<BILL-ELECTRIC-type>
</A>
</B>
</BILL-ELECTRIC-type>
</BILL-ELECTRIC>
Out Command:-
<BILL
-ELECTRIC>
<BILL-ELECTRIC- t
ype>
</ A>
</B >
</ BILL-E LECTRIC-type>
</BILL
-ELECTRIC>
******Like This: -