2002/ws/desc/wsdl20 entitieswd.dtd,1.21,1.22

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

Modified Files:
	entitieswd.dtd 
Log Message:
Fixed altlocs role


Index: entitieswd.dtd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/entitieswd.dtd,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** entitieswd.dtd	2 Aug 2005 07:20:41 -0000	1.21
--- entitieswd.dtd	2 Aug 2005 07:24:57 -0000	1.22
***************
*** 53,68 ****
      "<altlocs>
  	<loc role='pdf' href='&prefix;.pdf'>PDF</loc>
! 	<loc role='ps' href='&prefix;.ps'>PostScript</loc>
  	<loc role='xml' href='&prefix;.xml'>XML</loc>
! 	<loc role='text' href='&prefix;.txt'>plain text</loc>
      </altlocs>">
  
  <!ENTITY altlocs-z
      "<altlocs>
! 	<loc role='xhtmlz' href='&prefix;-z.html'>XHTML with Z Notation</loc>
  	<loc role='pdf' href='&prefix;.pdf'>PDF</loc>
! 	<loc role='pdfz' href='&prefix;-z.pdf'>PDF with Z Notation</loc>
! 	<loc role='ps' href='&prefix;.ps'>PostScript</loc>
  	<loc role='xml' href='&prefix;.xml'>XML</loc>
! 	<loc role='text' href='&prefix;.txt'>plain text</loc>
      </altlocs>">
--- 53,68 ----
      "<altlocs>
  	<loc role='pdf' href='&prefix;.pdf'>PDF</loc>
! 	<loc role='postscript' href='&prefix;.ps'>PostScript</loc>
  	<loc role='xml' href='&prefix;.xml'>XML</loc>
! 	<loc role='plain' href='&prefix;.txt'>plain text</loc>
      </altlocs>">
  
  <!ENTITY altlocs-z
      "<altlocs>
! 	<loc role='html' href='&prefix;-z.html'>XHTML with Z Notation</loc>
  	<loc role='pdf' href='&prefix;.pdf'>PDF</loc>
! 	<loc role='pdf' href='&prefix;-z.pdf'>PDF with Z Notation</loc>
! 	<loc role='postscript' href='&prefix;.ps'>PostScript</loc>
  	<loc role='xml' href='&prefix;.xml'>XML</loc>
! 	<loc role='plain' href='&prefix;.txt'>plain text</loc>
      </altlocs>">

Received on Tuesday, 2 August 2005 07:25:02 UTC