2002/ws/desc/wsdl20 wsdldefs.xsl,1.3,1.4

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv10968

Modified Files:
	wsdldefs.xsl 
Log Message:
Fixed case where a property is not associated with a component in particular


Index: wsdldefs.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdldefs.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** wsdldefs.xsl	16 Jun 2005 00:34:46 -0000	1.3
--- wsdldefs.xsl	29 Jul 2005 14:23:44 -0000	1.4
***************
*** 72,75 ****
--- 72,76 ----
  	<xsl:template match="comp">
  		<xsl:variable name="component" select="normalize-space()"/>
+ 		<xsl:if test="$component != ''">
  		<xsl:variable name="src">
  			<xsl:call-template name="component-src">
***************
*** 85,88 ****
--- 86,90 ----
  			<xsl:value-of select="$component" />
  		</a>
+ 		</xsl:if>
  	</xsl:template>
  	

Received on Friday, 29 July 2005 14:23:52 UTC