Hi Scott,
with the last developer snapshot it works now.

I have found a problem with the Extension Functions. Because I do not know
wether you have a test case for such a problem
I will just report it:

A stylesheet is attached. There is the following instruction:

<xsl:if test="string(req:getParameter($request, string(@id)))!=''">
<xsl:copy>
<xsl:apply-templates select="@*"/>
<xsl:value-of select="req:getParameter($request, string(@id))"/>
</xsl:copy>
</xsl:if>

The result contains at each invocation position of getParameter the return value of  
the first getParameter($request, string(@id)) invocation.
The getParameter behaves like the getParameter method form servlet request.

With Xalan-j_2_1_0 and Saxons it works fine.

If you need a demo servlet let me know. But I have no time for it until next week.

Regards

Thomas

(See attached file: DataEntry.xslt)

DataEntry.xslt

Reply via email to