xsl-list
[Top] [All Lists]

Re: [xsl] Recording start and end time of processing (in pipeline)

2010-04-29 15:14:27
It's also possible to use xslt:message to print something,
and to run that through a program that adds a timestamp to
each line of input.

Or maybe use an available timeserver via document().  But use 2 distinct URLs.

I.e. document('http://my.timeserver1.com/current-date-time?reason=startup')
and document('http://my.timeserver1.com/current-date-time?reason=ending')

--~------------------------------------------------------------------
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>
--~--