2002/ws/desc/wsdl20 wsdl20-specs.xml,1.2,1.3

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv14045

Modified Files:
	wsdl20-specs.xml 
Log Message:
Added DTD


Index: wsdl20-specs.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-specs.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wsdl20-specs.xml	2 Aug 2005 10:14:48 -0000	1.2
--- wsdl20-specs.xml	2 Aug 2005 10:26:55 -0000	1.3
***************
*** 14,22 ****
   -->
  <!DOCTYPE specs [
  <!ENTITY % entities SYSTEM "entities.dtd" >
  %entities;
  ]>
  <specs>
  	<spec src="wsdl20.xml" target="&w3c-designation-part1;"/>
  	<spec src="wsdl20-adjuncts.xml" target="&w3c-designation-part2;"/>
! </specs>
\ No newline at end of file
--- 14,30 ----
   -->
  <!DOCTYPE specs [
+ 
+ <!ELEMENT specs (spec*)>
+ <!ELEMENT spec EMPTY>
+ <!ATTLIST spec src CDATA #REQUIRED
+                target CDATA #REQUIRED>
+ 
  <!ENTITY % entities SYSTEM "entities.dtd" >
  %entities;
+ 
  ]>
+ 
  <specs>
  	<spec src="wsdl20.xml" target="&w3c-designation-part1;"/>
  	<spec src="wsdl20-adjuncts.xml" target="&w3c-designation-part2;"/>
! </specs>

Received on Tuesday, 2 August 2005 10:27:03 UTC