- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Mar 2007 22:56:06 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv18938/wsdl20
Modified Files:
wsdl20-adjuncts.xml wsdl20.xml wsdl20-http.xsd
wsdl20-primer.xml
Log Message:
Fixed spacing issues when using IE to view XML source, by adding xml:space="preserve" to the <body> elements.
Added pattern defined in the spec to wsdl-http.xsd.
Index: wsdl20-primer.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-primer.xml,v
retrieving revision 1.156
retrieving revision 1.157
diff -C 2 -d -r1.156 -r1.157
*** wsdl20-primer.xml 14 Mar 2007 21:28:06 -0000 1.156
--- wsdl20-primer.xml 16 Mar 2007 22:56:04 -0000 1.157
***************
*** 76,80 ****
</revisiondesc>
</header>
! <body>
<!-- ****************Introduction********************************* -->
<div1 id="Introduction">
--- 76,80 ----
</revisiondesc>
</header>
! <body xml:space="preserve">
<!-- ****************Introduction********************************* -->
<div1 id="Introduction">
Index: wsdl20-http.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-http.xsd,v
retrieving revision 1.19
retrieving revision 1.20
diff -C 2 -d -r1.19 -r1.20
*** wsdl20-http.xsd 17 Nov 2006 23:40:40 -0000 1.19
--- wsdl20-http.xsd 16 Mar 2007 22:56:04 -0000 1.20
***************
*** 62,65 ****
--- 62,66 ----
<xs:restriction base="xs:string">
<xs:length value="1"/>
+ <xs:pattern value="[&;a-zA-Z0-9\-\._~!$'\(\):@/\?\*\+,]{1,1}"/>
</xs:restriction>
</xs:simpleType>
Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.261
retrieving revision 1.262
diff -C 2 -d -r1.261 -r1.262
*** wsdl20-adjuncts.xml 14 Mar 2007 20:30:17 -0000 1.261
--- wsdl20-adjuncts.xml 16 Mar 2007 22:56:03 -0000 1.262
***************
*** 99,103 ****
</revisiondesc>
</header>
! <body>
<!-- *************************************************************** -->
--- 99,103 ----
</revisiondesc>
</header>
! <body xml:space="preserve">
<!-- *************************************************************** -->
***************
*** 4274,4278 ****
<item><p>Each encoded template (<el>encodedTemplate</el> production in
the grammar above) NOT preceded in the <prop comp="Binding Operation">http location</prop>
! property by a <attval>?</attval> or a <attval>#</attval> character
is replaced by the possibly empty single value of the corresponding element
from the <termref def="instance_data">instance data</termref>.
--- 4274,4278 ----
<item><p>Each encoded template (<el>encodedTemplate</el> production in
the grammar above) NOT preceded in the <prop comp="Binding Operation">http location</prop>
! property by a <attval>?</attval> character
is replaced by the possibly empty single value of the corresponding element
from the <termref def="instance_data">instance data</termref>.
***************
*** 4291,4295 ****
(<el>encodedTemplate</el> production in
the grammar above) preceded in the <prop comp="Binding Operation">http location</prop>
! property by a <attval>?</attval> or a <attval>#</attval> character
is replaced by the possibly empty single value of the corresponding element from the
<termref def="instance_data">instance data</termref>.
--- 4291,4295 ----
(<el>encodedTemplate</el> production in
the grammar above) preceded in the <prop comp="Binding Operation">http location</prop>
! property by a <attval>?</attval> character
is replaced by the possibly empty single value of the corresponding element from the
<termref def="instance_data">instance data</termref>.
***************
*** 5491,5495 ****
</tr>
-->
! <tr>
<td>20070314</td>
<td>JJM</td>
--- 5491,5500 ----
</tr>
-->
! <tr>
! <td>20070316</td>
! <td>JMarsh</td>
! <td>Removed two instances of "or a #" from 6.8.1.1 ("#" can't appear in whttp:location).</td>
! </tr>
! <tr>
<td>20070314</td>
<td>JJM</td>
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.450
retrieving revision 1.451
diff -C 2 -d -r1.450 -r1.451
*** wsdl20.xml 14 Mar 2007 21:31:19 -0000 1.450
--- wsdl20.xml 16 Mar 2007 22:56:03 -0000 1.451
***************
*** 100,104 ****
<!-- ******************************************************************* -->
! <body>
<div1 id="intro">
--- 100,104 ----
<!-- ******************************************************************* -->
! <body xml:space="preserve">
<div1 id="intro">
Received on Friday, 16 March 2007 22:56:12 UTC