Is it possible to increment a sequence number automatically by 1?

I have an XML file that gets appended to throughout the year.

It contains a growing series of records, each with an ID numbered like
this:

        <Id>444</Id>

I can create most of the next record using a Text Factory (by copying
the previous record).

But I want to change the 444 to 445 so that the new record is
numbered:

        <Id>445</Id>

Any ideas?

Using BBEDit 9.0.2

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "BBEdit Talk" group.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to "[EMAIL PROTECTED]" 
rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to