- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2005 06:37:17 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv17164
Modified Files:
entitieswd.dtd
Log Message:
Tweaks
Index: entitieswd.dtd
===================================================================
RCS file: /sources/public/2004/ws/addressing/entitieswd.dtd,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** entitieswd.dtd 29 Jul 2005 08:43:19 -0000 1.10
--- entitieswd.dtd 2 Aug 2005 06:37:15 -0000 1.11
***************
*** 43,49 ****
<!ENTITY altlocs
"<altlocs>
- <loc role='postscript' href='&prefix;.ps'>postscript</loc>
<loc role='pdf' href='&prefix;.pdf'>PDF</loc>
<loc role='xml' href='&prefix;.xml'>XML</loc>
! <loc role='plain' href='&prefix;.txt'>plain text</loc>
</altlocs>">
--- 43,49 ----
<!ENTITY altlocs
"<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>">
Received on Tuesday, 2 August 2005 06:37:20 UTC