-
Dimitre,
Could you please update fxsl-xslt2.zip to reflect the recent version of the project. The archive was created on 13/07/2006 and you have done a lot of changes since then.
Regards,
Thomas.
2009-09-03 17:24:13 UTC in FXSL xslt Functional Programming Library
-
1.3dev, rev. 9767
When a sum function recieves an empty elemenrt it returns an error:
FORG0001: cannot construct xs:double from 'xdt:untypedAtomic("")'
The nodeset is selected by the following xpath:
sum( (xdb:xcollection( $coll-path )/*[local-name() = $target-element]/*[ local-name() = 'data' ], 0) )
the error not shown if the xpath s changed to:
sum( (xdb:xcollection( $coll-path...
2009-08-19 11:19:39 UTC in eXist
-
As fas as I can remember in the bottom of the problem was "Connection reset by peer: socket write error" , cause by IE6 closing the connection too early. You can reproduce that behaviour if you open a site (on jetty) with a lot of static files, that will cause a lot of 304 (file not changed) headers retured to the IE6 browser.
I think Wolfgang added some error handling and then the full...
2009-08-03 09:51:32 UTC in eXist