2002/ws/desc/test-suite index.html,1.5,1.6

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

Modified Files:
	index.html 
Log Message:
Added section describing and linking to the interchange format and the interchange test results.

Index: index.html
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** index.html	20 Feb 2006 02:04:39 -0000	1.5
--- index.html	29 May 2006 15:34:25 -0000	1.6
***************
*** 47,50 ****
--- 47,66 ----
  which is becoming part of the Eclipse <a href="http://www.eclipse.org/webtools">Web Tools Platform</a> (WTP) project.
  </p>
+ <h2>Interchange format</h2>
+ <p>The Working Group has defined an XML serialization of the component model to assist in evaluating the construction 
+ of component models across implementation.  The interchange format is defined using  a 
+ <a href="http://dev.w3.org/cvsweb//2002/ws/desc/test-suite/interchange/">set of schemas</a> representing the 
+ core WSDL 2.0 component model, some base type definitions (e.g. QNames), and schemas representing each of the
+ 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> metadata.</p>
+ 
  <h2>Contributing Test Cases</h2>
  <p>

Received on Monday, 29 May 2006 15:34:32 UTC