Will do this tomorrow... Already assigned to me... > Does someone want to port this over? > > -- > James Mitchell > > > > > On Apr 30, 2006, at 5:27 PM, [EMAIL PROTECTED] wrote: > >> User: pat >> Date: 2006/04/30 14:27:41 >> >> Modified: >> webwork/src/test/XSLTResultTest3.xsl >> >> Log: >> Issue number: WW-1255 >> Obtained from: >> Submitted by: >> Reviewed by: >> >> The stylesheet used by the unit test was incorrect. Iteration over >> collections works as shown. Should reactivate that unit test. >> >> File Changes: >> >> Directory: /webwork/src/test/ >> ============================= >> >> File [changed]: XSLTResultTest3.xsl >> Url: https://webwork.dev.java.net/source/browse/webwork/src/test/ >> XSLTResultTest3.xsl?r1=1.1&r2=1.2 >> Delta lines: +3 -3 >> ------------------- >> --- XSLTResultTest3.xsl 18 Mar 2006 12:28:20 -0000 1.1 >> +++ XSLTResultTest3.xsl 30 Apr 2006 21:27:39 -0000 1.2 >> @@ -9,8 +9,8 @@ >> Hello <xsl:value-of select="username"/> how are you? >> <p/> >> We have the following books: >> - <xsl:for-each select="books"> >> - <br/><xsl:value-of select="item/title"/> by >> <xsl:value-of select="item/author"/>. >> + <xsl:for-each select="books/item"> >> + <br/><xsl:value-of select="title"/> by >> <xsl:value-of select="author"/>. >> </xsl:for-each> >> </body> >> </html> >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]