- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 May 2006 04:10:03 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results
In directory hutz:/tmp/cvs-serv17089/test-suite/results
Modified Files:
results.xsl
Log Message:
output html instead of xml
Index: results.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/results.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** results.xsl 4 May 2006 03:19:38 -0000 1.1
--- results.xsl 5 May 2006 04:10:01 -0000 1.2
***************
*** 1,5 ****
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
! <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:variable name="implementations" select="document('../desc/test-suite/results/implementations.xml')"/>
--- 1,5 ----
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
! <xsl:output method="html"/>
<xsl:variable name="implementations" select="document('../desc/test-suite/results/implementations.xml')"/>
Received on Friday, 5 May 2006 04:11:54 UTC