- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2005 07:23:33 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv27731
Modified Files:
xmlspec.xsl
Log Message:
Added text/htmt for html role in alt loc
Index: xmlspec.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec.xsl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** xmlspec.xsl 2 Aug 2005 04:59:01 -0000 1.14
--- xmlspec.xsl 2 Aug 2005 07:23:31 -0000 1.15
***************
*** 2629,2632 ****
--- 2629,2633 ----
<xsl:when test="@role='xml'">text/xml</xsl:when>
<xsl:when test="@role='plain'">text/plain</xsl:when>
+ <xsl:when test="@role='html'">text/html</xsl:when>
</xsl:choose>
</xsl:attribute>
Received on Tuesday, 2 August 2005 07:23:39 UTC