- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2005 07:25:40 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv28092
Modified Files:
entitieswd.dtd
Log Message:
Fixed altlocs role
Index: entitieswd.dtd
===================================================================
RCS file: /sources/public/2004/ws/addressing/entitieswd.dtd,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** entitieswd.dtd 2 Aug 2005 07:18:17 -0000 1.12
--- entitieswd.dtd 2 Aug 2005 07:25:38 -0000 1.13
***************
*** 41,46 ****
"<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>">
--- 41,46 ----
"<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>">
Received on Tuesday, 2 August 2005 07:25:43 UTC