** Changed in: zorba
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released

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

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to