Is it possible to create a number sequence list with Notepad++?
For example, i want to create an xml file with paths of images:
<pic>
<image>a_001.jpg</image>
<caption>Test1</caption>
</pic>
<pic>
<image>a_002.jpg</image>
<caption>Test2</caption>
</pic>
...etc
Thanks in advance.
Stargazer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everybody.
Is it possible to create a number sequence list with Notepad++?
For example, i want to create an xml file with paths of images:
<pic>
<image>a_001.jpg</image>
<caption>Test1</caption>
</pic>
<pic>
<image>a_002.jpg</image>
<caption>Test2</caption>
</pic>
...etc
Thanks in advance.
Stargazer
Not sure. I'd normally paste something like that from Excel.