2002/ws/desc/test-suite/results interchange-results.xsl,1.1,1.2 Overview.html,1.20,1.21

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

Modified Files:
	interchange-results.xsl Overview.html 
Log Message:
Added meaningful title and some description of what the page shows.

Index: Overview.html
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/Overview.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -C 2 -d -r1.20 -r1.21
*** Overview.html	14 Jul 2006 00:52:15 -0000	1.20
--- Overview.html	19 Jul 2006 18:47:50 -0000	1.21
***************
*** 2,6 ****
  <head>
  <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
! <title>Results</title>
  <style type="text/css">
  					body {font-family:sans-serif}
--- 2,6 ----
  <head>
  <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
! <title>Component Model Test Results</title>
  <style type="text/css">
  					body {font-family:sans-serif}
***************
*** 12,17 ****
  </head>
  <body>
! <h3>Results</h3>
! <table>
  <tr>
  <td><strong>Woden</strong></td><td><strong>WSDL XSLT</strong></td><td><strong>Canon</strong></td>
--- 12,21 ----
  </head>
  <body>
! <h3>Component Model Test Results</h3>
! <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
! 				to remove differences in ID-IDREF reference values and the order of elements.</p>
! <h3>Summary:</h3>
! <table style="margin-left:4em">
  <tr>
  <td><strong>Woden</strong></td><td><strong>WSDL XSLT</strong></td><td><strong>Canon</strong></td>
***************
*** 21,25 ****
  </tr>
  </table>
! <p></p>
  <table>
  <tr>
--- 25,29 ----
  </tr>
  </table>
! <h3>Detailed results:</h3>
  <table>
  <tr>

Index: interchange-results.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/interchange-results.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** interchange-results.xsl	14 Jul 2006 00:52:15 -0000	1.1
--- interchange-results.xsl	19 Jul 2006 18:47:49 -0000	1.2
***************
*** 6,10 ****
  		<html>
  			<head>
! 				<title>Results</title>
  				<style type="text/css">
  					body {font-family:sans-serif}
--- 6,10 ----
  		<html>
  			<head>
! 				<title>Component Model Test Results</title>
  				<style type="text/css">
  					body {font-family:sans-serif}
***************
*** 16,21 ****
  			</head>
  			<body>
! 				<h3>Results</h3>
! 				<table>
  					<tr>
  						<xsl:for-each select="summary/result[1]/implementation">
--- 16,25 ----
  			</head>
  			<body>
! 				<h3>Component Model Test Results</h3>
! 				<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
! 				to remove differences in ID-IDREF reference values and the order of elements.</p>
! 				<h3>Summary:</h3>
! 				<table style="margin-left:4em">
  					<tr>
  						<xsl:for-each select="summary/result[1]/implementation">
***************
*** 43,47 ****
  					</tr>
  				</table>
! 				<p/>
  				<table>
  					<tr>
--- 47,51 ----
  					</tr>
  				</table>
! 				<h3>Detailed results:</h3>
  				<table>
  					<tr>

Received on Wednesday, 19 July 2006 18:48:01 UTC