← Back to team overview

zorba-coders team mailing list archive

[Bug 957580] [NEW] stream read failure in StringToCodepointsIteartor

 

Public bug reported:

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)

** Affects: zorba
     Importance: High
     Assignee: Paul J. Lucas (paul-lucas)
         Status: New

-- 
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


Follow ups

References