2002/ws/desc/test-suite index.html,1.8,1.9

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

Modified Files:
	index.html 
Log Message:
Implemented consistent naming conventions, including in build file and documentation.

Index: index.html
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/index.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** index.html	24 Oct 2006 03:20:07 -0000	1.8
--- index.html	16 Nov 2006 11:25:21 -0000	1.9
***************
*** 45,48 ****
--- 45,56 ----
  the Apache <a href="http://incubator.apache.org/woden">Woden</a> project
  </p>
+ <p>The results of running a WSDL validator are recorded in a document in the 
+ <a href="xmlcatalog/wsdl/ValidationReport.xsd">ValidationReport.xsd</a> format.
+ Results from each implementation (as identified in the <a href="results/implementations.xml">implementations.xml</a>
+ document) are combined using <a href="results/validation-collect-results.xsl">validation-collect-results.xsl</a>
+ into an intermediary <a href="results/validation.xml">validation.xml</a> file, and thence
+ converted into <a href="results/Validation.html">Validation.html</a> by the application of
+ <a href="results/validation.xsl">validation.xsl</a>.
+ 
  <h2>Interchange format</h2>
  <p>The Working Group has defined an XML serialization of the
***************
*** 54,67 ****
  extension namespaces in Part 2.</p>
  <p>Interchange results are canonicalized using a two-step process, <a
! 	href="results/canonicalize-wsdlcm.xslt">canonicalize-wsdlcm.xslt</a>
  sorts children in a canonical order, and <a
! 	href="results/canonicalize-id-wsdlcm.xslt">canonicalize-id-wsdlcm.xslt</a>
! normalizes ID and IDREF values to a canonical form. Canonicalized
  interchange results are compared against a baseline using another
! stylesheet (<a href="results/compare-wsdlcm.xslt">compare-wsdlcm.xslt</a>),
  which provides a summary of differences (ignoring namespace prefixes,
! whitespace, etc.) of the two files. These individual results are rolled
! up into an overall <a href="results/Overview.html">test result
! summary</a> using yet another stylesheet (<a href="results/combine.xslt">combine.xslt</a>)
  in conjunction with a list of <a href="results/implementations.xml">implementations</a>
  contributing results and the <a href="test-suite.xml">test-suite.xml</a>
--- 62,80 ----
  extension namespaces in Part 2.</p>
  <p>Interchange results are canonicalized using a two-step process, <a
! 	href="results/wsdlcm-canonicalize-order.xsl">wsdlcm-canonicalize-order.xsl</a>
  sorts children in a canonical order, and <a
! 	href="results/wsdlcm-canonicalize-id.xsl">wsdlcm-canonicalize-id.xsl</a>
! normalizes ID and IDREF values to a canonical form. Canonicalized files are stored in the 
! same directory as the original '.wsdlcm' file, with the naming convention '.canonical.wsdlcm'.
! Canonicalized
  interchange results are compared against a baseline using another
! stylesheet (<a href="results/wsdlcm-compare.xsl">wsdlcm-compare.xsl</a>),
  which provides a summary of differences (ignoring namespace prefixes,
! whitespace, etc.) of the two files, stored as a document using the '.results.xml' naming
! convention. These individual results are rolled
! up into a summary format <a href="results/interchange.xml">interchange.xml</a>
! using the <a href="results/interchange-collect-results.xsl">interchange-collect-results.xsl</a>
! stylesheet.  An overall <a href="results/Interchange.html">test result
! summary</a> is created using yet another stylesheet (<a href="results/interchange.xsl">interchange.xsl</a>)
  in conjunction with a list of <a href="results/implementations.xml">implementations</a>
  contributing results and the <a href="test-suite.xml">test-suite.xml</a>

Received on Thursday, 16 November 2006 11:25:40 UTC