Menu

Creating sequence lists...

2007-03-03
2012-11-13
  • Nobody/Anonymous

    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

     
    • pshute

      pshute - 2007-03-06

      Not sure.  I'd normally paste something like that from Excel.