ovidiu 2002/09/13 23:48:17
Modified: src/java/org/apache/cocoon/components/language/markup/xsp/java
jpath.xsl
Log:
Use @select instead of @test (submitted by Per-Olof Noren).
Revision Changes Path
1.4 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/jpath.xsl
Index: jpath.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java/jpath.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jpath.xsl 7 Sep 2002 01:17:59 -0000 1.3
+++ jpath.xsl 14 Sep 2002 06:48:16 -0000 1.4
@@ -147,7 +147,7 @@
{
Iterator iter_<xsl:value-of select="generate-id(.)"/>
= <xsl:call-template name="get-var-name">
- <xsl:with-param name="expr" select="@test"/>
+ <xsl:with-param name="expr" select="@select"/>
</xsl:call-template>
.iterate(jxpathContext);
JXPathContext <xsl:value-of select="$old-context"/> =
jxpathContext;
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]