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

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

Modified Files:
	ws-i.xslt 
Log Message:
Preserve the raw value for the URI


Index: ws-i.xslt
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/ws-i.xslt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** ws-i.xslt	18 Nov 2006 10:22:44 -0000	1.1
--- ws-i.xslt	18 Nov 2006 11:31:36 -0000	1.2
***************
*** 228,231 ****
--- 228,234 ----
  	  <xsl:param name='text'/>
  
+ 	  <xsl:attribute name='value'>
+ 	    <xsl:value-of select='$text'/>
+ 	  </xsl:attribute>
  	  <xsl:choose>
  	    <xsl:when test='contains($text, "?")'>

Received on Saturday, 18 November 2006 11:31:49 UTC