Re: [xsl] maintaining sequence numbers over sessions

Subject: Re: [xsl] maintaining sequence numbers over sessions
From: fred@xxxxxxxxxxxxx
Date: Sun, 26 Apr 2009 19:20:35 +0200
Citeren Martin Honnen <Martin.Honnen@xxxxxx>:

XSLT 2 can write several files with one transformation so you could
store that sequence number in a file which you update.
And some XSLT 1.0 processors also allow you to write several files with
one transformation, using an extension.

Yes, I tried that. But updating seems not an option. I cannot "read a document that was written during the same transformation". I use Saxon. So I must output the document under a new name. Next time, how do I know what name was used? Or can or must I rename (is that possible with XSLT)?


Fred

Current Thread