2002/ws/desc/wsdl20 xmlspec.xsl,1.14,1.15

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