I've never used the IO taglib so I can't comment on it's abilities. The quick test I performed with JSTL's <c:import> failed to do what I think you're asking for (even when setting the Content-Location header). If you have access to either the Amaya or Opera browsers (as pointed to in the link I provided), you can verify if this is a browser issue. As for <base>:
http://www.htmlhelp.com/reference/html40/head/base.html Quoting Chris Daly <[EMAIL PROTECTED]>: > hi > > what i've done is imprt teh i/o tag library from > http://jakarta.apache.org/taglibs/doc/io-doc/intro.htmland and am trying to > > use an existing include jsp to pull in the remote url and all relative > image links using the <io:request> tag. I'm now looking at the jstl and > url related actions and the <c:import> tag - would this work where > <io:request> hasn't ? > > what do you mean by a resource that uses a base element - can you give an > example ? > > cheers > > chris > > > At 09:10 04.02.2004 -0500, you wrote: > >In theory, you might be able to do this by setting the Content-Location > header > >to match the resource you're importing. In practice, however, this doesn't > > >seem > >to be too well supported: > > > >http://jigsaw.w3.org/HTTP/CL/ > > > >Have you tried imorting a resource that uses a <base> element to see if > >that works? -- Kris Schneider <mailto:[EMAIL PROTECTED]> D.O.Tech <http://www.dotech.com/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
