- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Jun 2005 15:48:09 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv8250 Modified Files: wsdl20-rpc.xsd Log Message: For some reasons, the entities for the namespace URIs have been replaced by their values; I reverted this Index: wsdl20-rpc.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-rpc.xsd,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wsdl20-rpc.xsd 3 May 2005 11:08:20 -0000 1.4 --- wsdl20-rpc.xsd 2 Jun 2005 15:48:07 -0000 1.5 *************** *** 17,23 **** --> <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' ! targetNamespace="http://www.w3.org/2005/05/wsdl/rpc" ! xmlns:wrpc="http://www.w3.org/2005/05/wsdl/rpc" elementFormDefault='qualified'> --- 17,29 ---- --> + <!DOCTYPE xs:schema PUBLIC '-//W3C//DTD XMLSCHEMA 200102//EN' + 'http://www.w3.org/2001/XMLSchema.dtd' [ + <!ENTITY % entities SYSTEM 'entities.dtd'> + %entities; + ]> + <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' ! targetNamespace="&wsdl-rpc-ns;" ! xmlns:wrpc="&wsdl-rpc-ns;" elementFormDefault='qualified'>
Received on Thursday, 2 June 2005 15:48:12 UTC