Matthias Brantner has proposed merging 
lp:~zorba-coders/zorba/bug-978722_http-client into lp:zorba/http-client-module.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  William Candillon (wcandillon)
Related bugs:
  Bug #978722 in Zorba: "change annotation prefix from "ann" to "an""
  https://bugs.launchpad.net/zorba/+bug/978722

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526

fix for bug #978722 (change annotation prefix from "ann" to "an")
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-978722_http-client/+merge/101526
Your team Zorba Coders is subscribed to branch lp:zorba/http-client-module.
=== modified file 'src/org/expath/ns/http-client.xq'
--- src/org/expath/ns/http-client.xq	2012-01-09 21:53:07 +0000
+++ src/org/expath/ns/http-client.xq	2012-04-11 10:09:27 +0000
@@ -109,7 +109,7 @@
 
 import schema namespace https = "http://expath.org/ns/http-client";;
 
-declare namespace ann = "http://www.zorba-xquery.com/annotations";;
+declare namespace an = "http://www.zorba-xquery.com/annotations";;
 
 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";;
 declare option ver:module-version "1.0";
@@ -141,7 +141,7 @@
  :  If there is one (or several, in case of multipart) response body, the response bodies
  :  are the next items in the sequence.
  :)   
-declare %ann:sequential function http:send-request(
+declare %an:sequential function http:send-request(
   $request as element()?,
   $href as xs:string?,
   $bodies as item()*) as item()+ {
@@ -172,7 +172,7 @@
  : @return see return value of the sequential 
  :  <a href="#send-request-3">send-request</a> function with three parameters.
  :)
-declare %ann:sequential function http:send-request (
+declare %an:sequential function http:send-request (
   $request as element()) as item()+ {
   try {
     http:send-request($request, (), ())
@@ -199,7 +199,7 @@
  : @return see return of
  :  <a href="#send-request-3">send-request</a>
  :)
-declare %ann:sequential function http:send-request(
+declare %an:sequential function http:send-request(
   $request as element()?,
   $href as xs:string?) as item()+ {
   try {

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