|
Subject:
|
sleep in xsl
|
|
Posted By:
|
sunnn
|
Post Date:
|
7/2/2008 11:46:12 AM
|
how to use sleep function in xsl
I wanted my program to sleep for 60 secs in between transformation
|
|
Reply By:
|
samjudson
|
Reply Date:
|
7/2/2008 12:22:03 PM
|
There is no sleep function in XSLT.
If you want to pause between transformations then you will have to implement that in whatever way you are running the transformation (e.g. from a batch file, inside a java program etc).
/- Sam Judson : Wrox Technical Editor -/
|