zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #06529
[Bug 957580] Re: stream read failure in StringToCodepointsIteartor
In order to reproduce the error, the branch at lp:~zorba-
coders/zorba/bug-957580 must be used. There was another problem in the
iterator which is already fixed in this branch.
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/957580
Title:
stream read failure in StringToCodepointsIteartor
Status in Zorba - The XQuery Processor:
New
Bug description:
Executing the following query raises an '[zerr:ZOSE0003]: stream read
failure' error in the StringToCodepointsIterator.
let $n := <root><node>myValue</node></root>
let $v := fn:serialize(
$n/child::node(),
<output:serialization-parameters
xmlns:output="http://www.w3.org/2010/xslt-xquery-serialization";>
<output:method value="xml"/>
<output:omit-xml-declaration value="yes"/>
<output:version value="1.0"/>
</output:serialization-parameters>)
return fn:string-to-codepoints($v)
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/957580/+subscriptions
References