2002/ws/desc/test-suite/results-messages ws-i.xslt,1.2,1.3

Update of /sources/public/2002/ws/desc/test-suite/results-messages
In directory hutz:/tmp/cvs-serv2758

Modified Files:
	ws-i.xslt 
Log Message:
Fixed the content


Index: ws-i.xslt
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/ws-i.xslt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** ws-i.xslt	18 Nov 2006 11:31:36 -0000	1.2
--- ws-i.xslt	18 Nov 2006 11:38:50 -0000	1.3
***************
*** 105,109 ****
  						    or contains(wsi-log407:httpHeaders, "Content-Type: application/soap+xml")'>
  					<xsl:call-template name="replaceContent">
! 						<xsl:with-param name="text" select="wsi-log407:messageContent"/>
  						<xsl:with-param name="replace" select="$bom"/>
  						<xsl:with-param name="with" select="$gone"/>
--- 105,109 ----
  						    or contains(wsi-log407:httpHeaders, "Content-Type: application/soap+xml")'>
  					<xsl:call-template name="replaceContent">
! 						<xsl:with-param name="text" select="$fixed_content"/>
  						<xsl:with-param name="replace" select="$bom"/>
  						<xsl:with-param name="with" select="$gone"/>
***************
*** 112,116 ****
  				    </xsl:when>
  				    <xsl:otherwise>
! 				      <xsl:value-of select="wsi-log407:messageContent"/>
  				    </xsl:otherwise>
  				  </xsl:choose>
--- 112,116 ----
  				    </xsl:when>
  				    <xsl:otherwise>
! 				      <xsl:value-of select="$fixed_content"/>
  				    </xsl:otherwise>
  				  </xsl:choose>
***************
*** 228,232 ****
  	  <xsl:param name='text'/>
  
! 	  <xsl:attribute name='value'>
  	    <xsl:value-of select='$text'/>
  	  </xsl:attribute>
--- 228,232 ----
  	  <xsl:param name='text'/>
  
! 	  <xsl:attribute name='rawURI'>
  	    <xsl:value-of select='$text'/>
  	  </xsl:attribute>

Received on Saturday, 18 November 2006 11:39:07 UTC