> 
> Hi Mike,
> 
> 
> ln -s /path/mortar/dhtml resources/shared
> 
> then change the css match block in your pubs resources-shared.xmap to this:
> 
>    <!-- matches pub-id/area/**.css -->
>        <map:match pattern="*/*/**.css">
>          <map:act type="resource-exists" 
> src="pubs/{1}/resources/shared/{3}.xml">
>            <map:generate src="pubs/{../1}/resources/shared/{../3}.xml"/>
>            <map:transform src="resources/css/css.xsl">
>              <map:parameter name="contextprefix" 
> value="{request:contextPath}"/>
>            </map:transform>
>            <map:serialize type="text" mime-type="text/css"/>
>          </map:act>
>          <map:read src="fallback://resources/shared/{3}.css" 
> mime-type="text/css" />
>        </map:match>
> 


Hi Doug,

That worked (well, I had to use the 1.2 way instead of fallback)!  For some
reason when I tried this before it didn't work.  Maybe my code had a typo or
something.

P.S. to the group, sorry for double posting the same question; I usually read
through gmane and it wasn't updating for 5 days.

Thanks!
-mm



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to