I have an XML file saved in Notepad++ and I want to delete multi-line comments
(from <!-- through -->).
How can I do this globally (without going line by line)?
For example,
<Text>
<Text1>Hello</Text1>
<Text>
<!--<Text1>Hello</Text1> commented section
<Text> commented section
<Text1>Hello</Text1>--> commented section
<Text>
<Text1>Hello</Text1>