"Morrison, John" wrote:
>
> Hi all,
>
> Just wondering - what is remaining to let the 2.0 branch go final?
>
> J.
Hi,
on Wednesday I checked the latest version of esql.xsl
which Davanum Srinivas checked in on Tuesday.
I found that there is one right parenthesis too much.
I posted him to his private address but no response up to now.
For a final release (also relevant for 2.1) this must be corrected.
Here the mail to dims:
>Davanum Srinivas wrote:
>> ...
>> I have checked in a slightly modified patch yesterday into the CVS that should take
>care of your
>> problem. You can get the latest cvs or get the esql.xsl from the url below:
>>
>>
>http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java/
>>
>> Please try it out and let us know.
>
>
>Hi,
>I checked and found that the last right parenthesis is too much.
>Please remove this, then it works:
>
>actually checked in:
>
>!= null ? getStringFromByteArray(<xsl:value-of
>select="$resultset"/>.getBytes
> (<xsl:value-of select="$column-spec"/>), <xsl:value-of
>select="$encoding"/>))
>
>must be:
>
>!= null ? getStringFromByteArray(<xsl:value-of
>select="$resultset"/>.getBytes
> (<xsl:value-of select="$column-spec"/>), <xsl:value-of
>select="$encoding"/>)
>
>
>Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]