- From: Jacek Kopecky via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 May 2006 19:47:08 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv3135
Modified Files:
wsdl20-rdf.html
Log Message:
factoring style out of the text,
adding qname mapping table (renumbering most tables),
adding http binding mapping tables
Index: wsdl20-rdf.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-rdf.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** wsdl20-rdf.html 8 May 2006 02:31:55 -0000 1.28
--- wsdl20-rdf.html 8 May 2006 19:47:05 -0000 1.29
***************
*** 5,8 ****
--- 5,15 ----
<title>Web Services Description Language (WSDL) Version 2.0: RDF Mapping</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <style type="text/css">
+ /*<![CDATA[*/
+
+ .mappingtable { margin-left: 2em }
+
+ /*]]>*/
+ </style>
[...1217 lines suppressed...]
! </tr>
! </tbody>
! </table>
! </div>
!
<h2 id="example">3. Example WSDL document in RDF form</h2>
***************
*** 1752,1756 ****
direct references to the URIs used in that representation would be used.</p>
! <p>Ednote<!-- todo only feature? -->: Additionally, certain components in WSDL are only
pointers, they only have a single literal property that points to an external
thing. For example, the feature component only carries the URI of the
--- 1971,1975 ----
direct references to the URIs used in that representation would be used.</p>
! <p>Ednote<!-- todo only feature - no, also soap module -->: Additionally, certain components in WSDL are only
pointers, they only have a single literal property that points to an external
thing. For example, the feature component only carries the URI of the
Received on Monday, 8 May 2006 19:47:18 UTC