Sjur Moshagen wrote:
> skrev David Crossley:
> >Thorsten Scherler wrote:
> >>
> >>It should work fine everywhere. Make sure the resources are exposed  
> >>via the locationmap.
> >
> >So Sjur, you would have an entry in main/webapp/locationmap-transforms.xml
> 
> Yes. This is what I have added:
> 
> <!-- ================================== -->
> <!-- exslt transforms                   -->
> <!-- ================================== -->
>     <match pattern="exslt-transforms/*">
>       <location src="{forrest:forrest.stylesheets}/exslt/{1}"/>
>     </match>
> 
> Do I need a double star ** to capture also subdirs, ie following the  
> original suggestion on using the subdir organisation of exslt.org?

I finished this issue off today. 

Yes that is what i did.

See other notes via FOR-1176 and Changes notes and the new
demonstration in 'forrest seed-sample' site.

-David