Subject:Importing modules with a Custom URI Resolver Author:Christopher Arthur Date:15 Jan 2008 12:12 PM
I'm trying to make my development environment as close to my deployment environment as possible. To do this I need to be able to specify a customer URI Resolver for the pipeline in Stylus Studio. I know that I can do this with DataDirect by inserting some lines in Java but I need this to work in Stylus Studio so the at clause doesn't have to change between my development environment and the server environment. Is there a way to make Stylus Studio's pipeline use a custom URI Resolver?
Subject:Importing modules with a Custom URI Resolver Author:(Deleted User) Date:17 Jan 2008 09:39 AM
Hi Christopher,
Stylus Studio doesn't support user-defined URI resolvers; the only work around I can suggest you is to test the pipelines against HTTP sources that point to a servlet that in turns invokes your URI resolver.