You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by aj...@apache.org on 2005/05/15 06:21:23 UTC

svn commit: r170195 - /webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl/template/csharp/InterfaceImplementationTemplate.xsl

Author: ajith
Date: Sat May 14 21:21:22 2005
New Revision: 170195

URL: http://svn.apache.org/viewcvs?rev=170195&view=rev
Log:
fixed some minor "comment" errors

Modified:
    webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl/template/csharp/InterfaceImplementationTemplate.xsl

Modified: webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl/template/csharp/InterfaceImplementationTemplate.xsl
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl/template/csharp/InterfaceImplementationTemplate.xsl?rev=170195&r1=170194&r2=170195&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl/template/csharp/InterfaceImplementationTemplate.xsl (original)
+++ webservices/axis/trunk/java/modules/wsdl/src/org/apache/axis/wsdl/template/csharp/InterfaceImplementationTemplate.xsl Sat May 14 21:21:22 2005
@@ -48,7 +48,7 @@
         /// <summary>
         /// Auto generated method signature
         ///</summary>
-        ///<xsl:if test="$inputtype!=''"><param name="$inputparam"></param></xsl:if>
+        ///<xsl:if test="$inputtype!=''">&lt;param name="<xsl:value-of select="$inputparam"/>"/&gt;</xsl:if>
         ///
         public  <xsl:if test="$outputtype=''">void</xsl:if><xsl:if test="$outputtype!=''"><xsl:value-of select="$outputtype"/></xsl:if><xsl:text> </xsl:text><xsl:value-of select="@name"/>(<xsl:if test="$inputtype!=''"><xsl:value-of select="$inputtype"/><xsl:text> </xsl:text><xsl:value-of select="$inputparam"></xsl:value-of></xsl:if>)
         {
@@ -70,7 +70,7 @@
         ///&lt;summary&gt;
         ///Auto generated method signature
         ///&lt;/summary&gt;
-        ///<xsl:if test="$inputtype!=''">@param <xsl:value-of select="$inputparam"></xsl:value-of></xsl:if>
+        ///<xsl:if test="$inputtype!=''">&lt;param name="<xsl:value-of select="$inputparam"/>"/&gt;</xsl:if>
         ///
         public void start<xsl:value-of select="@name"/>(<xsl:if test="$inputtype!=''"><xsl:value-of select="$inputtype"/><xsl:text> </xsl:text><xsl:value-of select="$inputparam"></xsl:value-of></xsl:if>)
         {