2002/ws/desc/test-suite/results/wsdl-xslt wsdl-component-model.xslt,1.26,1.27

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

Modified Files:
	wsdl-component-model.xslt 
Log Message:
Changed wsdl-xslt to match CR145 resolution.
Updated baselines (Sparql*).
Regenerated results.

Index: wsdl-component-model.xslt
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/wsdl-component-model.xslt,v
retrieving revision 1.26
retrieving revision 1.27
diff -C 2 -d -r1.26 -r1.27
*** wsdl-component-model.xslt	25 Jan 2007 05:23:06 -0000	1.26
--- wsdl-component-model.xslt	1 Feb 2007 22:38:37 -0000	1.27
***************
*** 74,84 ****
      <xsl:variable name="imported-schema"
          select="document($root/wsdl:types[xs:import]/xs:import[@schemaLocation and not(starts-with(@schemaLocation,'#'))]/@schemaLocation)/xs:schema |
-         document($root/wsdl:types/xs:schema[xs:import]/xs:import[@schemaLocation and not(starts-with(@schemaLocation,'#'))]/@schemaLocation)/xs:schema |
          document($imported-wsdl/wsdl:types[xs:import]/xs:import[@schemaLocation and not(starts-with(@schemaLocation,'#'))]/@schemaLocation)/xs:schema |
-         document($imported-wsdl/wsdl:types/xs:schema[xs:import]/xs:import[@schemaLocation and not(starts-with(@schemaLocation,'#'))]/@schemaLocation)/xs:schema |
          $imported-wsdl/wsdl:types/xs:schema"/>
      <xsl:variable name="included-schema"
!         select="document($root/wsdl:types[xs:include]/xs:include/@schemaLocation)/xs:schema |
!                 document($root/wsdl:types/xs:schema[xs:include]/xs:include/@schemaLocation)/xs:schema"/>
      <!-- global (including imports/includes) collections of types that may be referred to later -->
      <xsl:variable name="all-elements" 
--- 74,81 ----
      <xsl:variable name="imported-schema"
          select="document($root/wsdl:types[xs:import]/xs:import[@schemaLocation and not(starts-with(@schemaLocation,'#'))]/@schemaLocation)/xs:schema |
          document($imported-wsdl/wsdl:types[xs:import]/xs:import[@schemaLocation and not(starts-with(@schemaLocation,'#'))]/@schemaLocation)/xs:schema |
          $imported-wsdl/wsdl:types/xs:schema"/>
      <xsl:variable name="included-schema"
!         select="document($root/wsdl:types/xs:schema[xs:include]/xs:include/@schemaLocation)/xs:schema"/>
      <!-- global (including imports/includes) collections of types that may be referred to later -->
      <xsl:variable name="all-elements" 

Received on Thursday, 1 February 2007 22:39:14 UTC