Code review comment for lp:~zorba-coders/zorba/bug_948712

Revision history for this message
Matthias Brantner (matthias-brantner) wrote :

The result looks as follows:
----------------------------------------
Imported schemas:

  • http://expath.org/ns/http-client

Please note that the schemas are not automatically imported in the modules that import this module.
In order to import and use the schemas, please add:

import schema "http://expath.org/ns/http-client";
----------------------------------------

1. The schema import is syntactically not correct. You also need to specify a prefix.

2. IMHO, it would be sufficient to show something as follows:

http://expath.org/ns/http-client (usage: import schema namespace http = "http://expath.org/ns/http-client";)

review: Needs Fixing

« Back to merge proposal