Search found 4 matches

by mmcsweeny
Sat Nov 19, 2005 7:08 pm
Forum: Other Issues
Topic: custom URI resolvers in Saxon XQuery
Replies: 7
Views: 9842

Thanks for all your help.

Cheers,

Mark
by mmcsweeny
Thu Nov 17, 2005 8:30 pm
Forum: Other Issues
Topic: custom URI resolvers in Saxon XQuery
Replies: 7
Views: 9842

Thanks for your quick response. Are you referring to Java's URLStreamHandlerFactory mechanism? If so, then I know what to do. If not, then can you point me to some documentation about custom protocol plugins? I checked the oXygen plugin documentation , but it does not mention them. Thanks, Mark
by mmcsweeny
Thu Nov 17, 2005 5:47 pm
Forum: Other Issues
Topic: custom URI resolvers in Saxon XQuery
Replies: 7
Views: 9842

Thanks for the info. Let me say more about my requirement. I want to be able to implement custom URI schemes to allow access to resources other than those in local files or on the web. For example, an "sql:" scheme that would reach into SQL databases or a "jtidy:" scheme that wou...
by mmcsweeny
Thu Nov 17, 2005 1:54 am
Forum: Other Issues
Topic: custom URI resolvers in Saxon XQuery
Replies: 7
Views: 9842

custom URI resolvers in Saxon XQuery

Is there a way to install a custom URI resolver for use in Saxon XQuery? I would like to achieve the equivalent of using the Saxon command line argument '-r', but within the context of an oXygen session.

Thanks,

Mark