[Zorba-coders] [Bug 948879] Re: --uri-path doesn't work with fetch:content()

2012-06-13 Thread Dana Florescu
** Changed in: zorba Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/948879 Title: --uri-path doesn't work with fetch:content() Status in Zorba - The

[Zorba-coders] [Bug 948879] Re: --uri-path doesn't work with fetch:content()

2012-04-13 Thread Zorba Build Bot
** Changed in: zorba Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/948879 Title: --uri-path doesn't work with fetch:content() Status in Zorba - The

[Zorba-coders] [Bug 948879] Re: --uri-path doesn't work with fetch:content()

2012-04-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/bug-948879 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/948879 Title: --uri-path doesn't work with fetch:content() Status in Zorba - The XQuery

[Zorba-coders] [Bug 948879] Re: --uri-path doesn't work with fetch:content()

2012-04-12 Thread Matthias Brantner
The problem is not related to the fetch module. This module uses the right static context. However, the problem is that the fetch function of the XmlDataManager in the C++ api uses the root static context to fetch resources. Instead, it should use a user-provided static context. Alternatively, the