~zorba-coders/zorba/bug1151967

« back to all changes in this revision

Viewing changes to doc/cxx/examples/uri_resolvers.cpp

  • Committer: Zorba Build Bot
  • Author(s): chillery+launchpad at lambda
  • Date: 2013-06-20 11:34:18 UTC
  • mfrom: (11529.1.1 fix-tutorial-schema)
  • Revision ID: chillery+buildbot@lambda.nu-20130620113418-du2h0s0t3q1brc3l
Moved "tutorial" schema into same pool as http-test-data; updated URIs. Approved: Markos Zaharioudakis, Chris Hillery

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
      return;
42
42
    }
43
43
    if(aUri == "http://www.zorba-xquery.com/helloworld") {
44
 
      oUris.push_back("http://www.zorba-xquery.com/tutorials/helloworld.xsd");
 
44
      oUris.push_back("http://zorbatest.lambda.nu:8080/tutorial/helloworld.xsd");
45
45
    }
46
46
  }
47
47
};