import tag for dynamic content

2009-09-15 Thread paulbrickell
Does anyone know how to use the import tag to access dynamic content from the current context? I naively thought this would do it... c:set var=url value=/x/y/z/ c:import url=${url} var=xml / or c:set var=url value=x/y/z/ c:import url=${url} var=xml / Where /x/y/z is a (context)relative path

Re: import tag for dynamic content

2009-09-15 Thread Hassan Schroeder
On Tue, Sep 15, 2009 at 1:48 AM, paulbrickell paul.brick...@evolvedintelligence.com wrote: Does anyone know how to use the import tag to access dynamic content from the current context? I found this... c:set var=xmlURL