[xsl] maintaining sequence numbers over sessions

Subject: [xsl] maintaining sequence numbers over sessions
From: fred@xxxxxxxxxxxxx
Date: Sun, 26 Apr 2009 18:37:50 +0200
Hi,

My app (or script) is entirely client based. No server involved.
It produces forms (from schemas) and the result XML is stored locally.

Now, I do not want that file are overridden, so I want to name the files
Invoice-001.xml
Invoice-002.xml
etc.

The sequence number may be assigned when the form (HTML) code is produced.

Is there any way to keep a sequence number (per document type) somewhere and update it using XSLT?

Thanks,

Fred

Current Thread