[Zorba-coders] [Bug 929351] Re: schema resolution only finds 1 resource

2012-06-12 Thread Dana Florescu
** Changed in: zorba Importance: Undecided = High ** Changed in: zorba Assignee: (unassigned) = Chris Hillery (ceejatec) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/929351 Title:

[Zorba-coders] [Bug 929351] Re: schema resolution only finds 1 resource

2012-02-09 Thread Chris Hillery
If you want to have a single URI resolve to multiple resources, you need to register a Component URI Mapper; see http://www.zorba- xquery.com/html/documentation/2.1.0/zorba/uriresolvers However, this mechanism is currently only used for module import. It would be easy to call it for schema

Re: [Zorba-coders] [Bug 929351] Re: schema resolution only finds 1 resource

2012-02-09 Thread Cezar Andrei
You can have multiple schema files all with the same target namespace. Xerces does support it loading them all, it's a fairly common practice. Cezar On Thu, Feb 9, 2012 at 1:55 AM, Chris Hillery 929...@bugs.launchpad.netwrote: If you want to have a single URI resolve to multiple resources,