Sorry, not doing this on purpose.
Running test2.xq triggers runtime-error, see attachment: basex errorMessage.txt
When using:
declare function local:go
( $parentItem
)
{ ( $parentItem
, for-each( $parentItem/child::*
, function( $childItem
)
{ local:go( $childItem)
}
)
)
} ;
All runs fine.
Regards.
Rob Stapper
--- Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus-bescherming actief is. http://www.avast.com
Thanks; will be fixed soon.. https://github.com/BaseXdb/basex/issues/953
On Tue, May 13, 2014 at 9:54 AM, Rob Stapper r.stapper@lijbrandt.nl wrote:
Sorry, not doing this on purpose.
Running test2.xq triggers runtime-error, see attachment: basex errorMessage.txt
When using:
declare function local:go
( $parentItem ) { ( $parentItem , for-each( $parentItem/child::* , function( $childItem ) { local:go( $childItem) } ) ) } ;
All runs fine.
Regards.
Rob Stapper
Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirushttp://www.avast.com/actief is.
Fixed and deployed [1, 2].
Thanks, Christian
[1] https://github.com/BaseXdb/basex/commit/4a84502fc0e558c3806cefd1dbb22a9fd838... [2] http://files.basex.org/releases/latest/
On Tue, May 13, 2014 at 9:54 AM, Rob Stapper r.stapper@lijbrandt.nl wrote:
Sorry, not doing this on purpose.
Running test2.xq triggers runtime-error, see attachment: basex errorMessage.txt
When using:
declare function local:go
( $parentItem ) { ( $parentItem , for-each( $parentItem/child::* , function( $childItem ) { local:go( $childItem) } ) ) } ;
All runs fine.
Regards.
Rob Stapper
Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus actief is.
basex-talk@mailman.uni-konstanz.de