You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/09/18 01:11:12 UTC

svn commit: r576623 - /ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.xsl

Author: mriou
Date: Mon Sep 17 16:11:11 2007
New Revision: 576623

URL: http://svn.apache.org/viewvc?rev=576623&view=rev
Log:
Fixing misleading comment.

Modified:
    ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.xsl

Modified: ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.xsl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.xsl?rev=576623&r1=576622&r2=576623&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.xsl (original)
+++ ode/branches/APACHE_ODE_1.1/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.xsl Mon Sep 17 16:11:11 2007
@@ -22,9 +22,7 @@
   <xsl:param name="middle"/>
 
   <xsl:template match="/">
-    <!-- Per the WS-BPEL spec, only the single child of the root of the 
-         result tree is considered (so the root element here is "suppressed"
-         in the engine) -->
+    <!-- The root element is the one that will be used as a base for the assignment rvalue -->
     <xsl:element name="root">
       <xsl:element name="hello">
         <xsl:value-of select="concat(*/content/text(), $middle, ' World')"/>