xsl-list
[Top] [All Lists]

Re: [xsl] maintaining sequence numbers over sessions

2009-04-26 12:46:48
fred(_at_)flowcanto(_dot_)com wrote:

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

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.


--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--