2002/ws/desc/test-suite test-suite-coverage-summary.xsl,1.2,1.3 test-suite-coverage-summary.xml,1.22,1.23 coverage.xsl,1.6,1.7

Update of /sources/public/2002/ws/desc/test-suite
In directory hutz:/tmp/cvs-serv1411/test-suite

Modified Files:
	test-suite-coverage-summary.xsl 
	test-suite-coverage-summary.xml coverage.xsl 
Log Message:
Changed output generation method so test-suite-coverage-summary.xml will display in Firefox.

Index: test-suite-coverage-summary.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/test-suite-coverage-summary.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** test-suite-coverage-summary.xsl	19 Jul 2006 23:21:23 -0000	1.2
--- test-suite-coverage-summary.xsl	16 Nov 2006 17:53:32 -0000	1.3
***************
*** 20,26 ****
  
  	<xsl:template match="/xpaths">
! 		<xsl:processing-instruction name="xml-stylesheet">
! 			type="text/xsl" href="coverage.xsl"
! 		</xsl:processing-instruction>
  		<coverage>
  			<DSTAMP>
--- 20,24 ----
  
  	<xsl:template match="/xpaths">
! 		<xsl:processing-instruction name="xml-stylesheet">type="text/xsl" href="coverage.xsl"</xsl:processing-instruction>
  		<coverage>
  			<DSTAMP>

Index: test-suite-coverage-summary.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/test-suite-coverage-summary.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -C 2 -d -r1.22 -r1.23
*** test-suite-coverage-summary.xml	16 Nov 2006 17:29:34 -0000	1.22
--- test-suite-coverage-summary.xml	16 Nov 2006 17:53:32 -0000	1.23
***************
*** 1,10 ****
  <?xml version="1.0" encoding="UTF-8"?>
! <?xml-stylesheet 
! 			type="text/xsl" href="coverage.xsl"
! 		?>
  
  <coverage>
  <DSTAMP>20061116</DSTAMP>
! <TSTAMP>0913</TSTAMP>
  <TODAY>November 16 2006</TODAY>
  <total>192</total>
--- 1,8 ----
  <?xml version="1.0" encoding="UTF-8"?>
! <?xml-stylesheet type="text/xsl" href="coverage.xsl"?>
  
  <coverage>
  <DSTAMP>20061116</DSTAMP>
! <TSTAMP>0951</TSTAMP>
  <TODAY>November 16 2006</TODAY>
  <total>192</total>

Index: coverage.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/coverage.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** coverage.xsl	16 Nov 2006 14:22:06 -0000	1.6
--- coverage.xsl	16 Nov 2006 17:53:32 -0000	1.7
***************
*** 17,21 ****
  	version="1.0">
  
! 	<xsl:output method="xml" encoding="UTF-8" indent="yes" />
  
  	<xsl:template match="/coverage">
--- 17,21 ----
  	version="1.0">
  
! 	<xsl:output method="html" encoding="UTF-8" indent="yes" />
  
  	<xsl:template match="/coverage">

Received on Friday, 17 November 2006 04:44:13 UTC