** Changed in: zorba
       Status: New => Invalid

** Changed in: zorba
    Milestone: 2.2 => None

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/926463

Title:
  Regression in the http-client

Status in Zorba - The XQuery Processor:
  Invalid

Bug description:
  The following query:
  import module namespace http = "http://expath.org/ns/http-client";;

  let $res := http:send-request((), "http://www.yahoo.com/";)[2]
  for $e in $res//*
  order by local-name($e)
  return $e

  works on zorba 2.1.0 but fails in the trunk

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/926463/+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