~zorba-coders/zorba/bug1123835

« back to all changes in this revision

Viewing changes to modules/http-client/xml/http-client.xq

  • Committer: sorin.marian.nasoi
  • Date: 2013-08-13 09:07:33 UTC
  • mfrom: (11278.1.318 lp_zorba)
  • Revision ID: spungi@gmail.com-20130813090733-vjl1znp7np45y12z
- merge lp:zorba trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
 
257
257
import schema namespace http-schema = "http://expath.org/ns/http-client";
258
258
 
259
 
declare namespace an = "http://www.zorba-xquery.com/annotations";
260
 
declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
 
259
declare namespace an = "http://zorba.io/annotations";
 
260
declare namespace ver = "http://zorba.io/options/versioning";
261
261
declare namespace err = "http://www.w3.org/2005/xqt-errors";
262
262
declare namespace ser  = "http://www.w3.org/2010/xslt-xquery-serialization";
263
263
declare namespace jn = "http://jsoniq.org/functions";