I am looking to add elements to my XML document. A single element should be duplicated, while also incrementing its value - by using Notepad++.
Example XML
Like below the <rateCode>
element was duplicated incrementing values by 1:
<rateCode>1</rateCode>
<rateCode>2</rateCode>
<rateCode>3</rateCode>
and so on till 1000.
Is there any way to achieve this in Notepad++ ?