Subject: Re: [xsl] How to output the start execution time and the end execution time? From: "G. Ken Holman g.ken.holman@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Sat, 6 Sep 2014 15:56:37 -0000 |
Hi Folks,
I would like to:
1. Output the time that my XSLT program starts processing 2. Do the processing 3. Output the time that my XSLT program finishes processing
This doesn't work:
<xsl:template match="/"> <xsl:value-of select="current-time()" /> ... do the processing ... <xsl:value-of select="current-time()" /> </xsl:template>
What is the correct way to accomplish this?
===8<--- <?xml version="1.0" encoding="US-ASCII"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:template match="/"> <xsl:copy-of select="."/> </xsl:template>
</xsl:stylesheet> ===8<---
-- Contact us for world-wide XML consulting and instructor-led training | Free 5-hour lecture: http://www.CraneSoftwrights.com/links/video.htm | Crane Softwrights Ltd. http://www.CraneSoftwrights.com/x/ | G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx | Google+ profile: http://plus.google.com/+GKenHolman-Crane/about | Legal business disclaimers: http://www.CraneSoftwrights.com/legal |
--- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[xsl] How to output the start execu, Costello, Roger L. c | Thread | Re: [xsl] How to output the start e, Wolfgang Laun wolfga |
[xsl] How to output the start execu, Costello, Roger L. c | Date | Re: [xsl] How to output the start e, Wolfgang Laun wolfga |
Month |