[ http://issues.apache.org/jira/browse/WODEN-72?page=comments#action_12454038 ] Lawrence Mandel commented on WODEN-72: --------------------------------------
Graham, I seem to recall some discussion about this on the dev list. Have you already made progress on this adaptor? > OASIS-style URI Resolver > ------------------------ > > Key: WODEN-72 > URL: http://issues.apache.org/jira/browse/WODEN-72 > Project: Woden > Issue Type: New Feature > Components: Parser > Reporter: Graham Turrell > > The OASIS standard for URI resolvers (TR9401) has a number of feature > advantages over the SimpleURIResolver implemented as part of WODEN-14. > For example: > - Catalog files are specified in terms of a standard XMl Schema; > - Root URIs can be defined such that all descendants of a remote root are > mapped to a corresponding local root; > - Ability to wrap local URI-resolved files into jars > - Chaining of catalogs > An arguable disadvantage for the user is the relative complexity of creating > the catalog compared to the Simple URI resolver (based on java properties > files). > Such an implementation exists in the xml-commons resolver.jar. To make use of > this, a Woden Resolver adaptor class would be defined to attach the > implementation into the Woden resolver framework. The choice of resolver > implementation (Simple or OASIS) can be left to runtime but the choice of > which should be default is of course a design issue. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
