- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Nov 2006 13:50:56 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results In directory hutz:/tmp/cvs-serv5465/test-suite/results Modified Files: interchange.xsl validation.xsl Log Message: Added TSTAMP to generated date, supress when running locally. Index: validation.xsl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/validation.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** validation.xsl 16 Nov 2006 11:25:20 -0000 1.1 --- validation.xsl 16 Nov 2006 13:50:53 -0000 1.2 *************** *** 25,32 **** <body> <h1>Validation Results</h1> ! <address> ! <xsl:text>Generated </xsl:text> ! <xsl:value-of select="$TODAY" /> ! </address> <table> <thead> --- 25,35 ---- <body> <h1>Validation Results</h1> ! <xsl:if test="$TODAY"> ! <address> ! <xsl:text>Generated </xsl:text> ! <xsl:value-of select="$TODAY" />, ! <xsl:value-of select="$TSTAMP" /> ! </address> ! </xsl:if> <table> <thead> Index: interchange.xsl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/interchange.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** interchange.xsl 16 Nov 2006 11:25:20 -0000 1.1 --- interchange.xsl 16 Nov 2006 13:50:53 -0000 1.2 *************** *** 21,28 **** <body> <h3>Component Model Test Results</h3> ! <address> ! <xsl:text>Generated </xsl:text> ! <xsl:value-of select="$TODAY" /> ! </address> <p>These results present the results of parsing "good" (e.g. valid) WSDL documents and emitting an XML representation of the component model. These interchange format results are canonicalized --- 21,31 ---- <body> <h3>Component Model Test Results</h3> ! <xsl:if test="$TODAY"> ! <address> ! <xsl:text>Generated </xsl:text> ! <xsl:value-of select="$TODAY" />, ! <xsl:value-of select="$TSTAMP" /> ! </address> ! </xsl:if> <p>These results present the results of parsing "good" (e.g. valid) WSDL documents and emitting an XML representation of the component model. These interchange format results are canonicalized
Received on Thursday, 16 November 2006 13:51:15 UTC