You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Dietmar@campus02" <di...@campus02.at> on 2004/03/10 17:09:36 UTC

wildcard matcher

If I use "wildcard" matcher (e.g. */*) , a self-developed Transformer doesn't work...

I've defined the transformer in the sitemap:

<map:transformer name="xyz_components" pool-grow="2" pool-max="16" pool-min="2" src="at.xyz.cocoon.components.ComponentsTransformer">
<parameter name="disable-caching" type="boolean" value="true" />
<parameter name="i18n-transformer" value="xyz_i18n"/>
    <components>
        <path>components</path>
        <path>jar:WEB-INF/lib/xyzpresentation-1.9.0.jar!/components</path>
    </components>
</map:transformer>

Please help me!

thx, Dietmar

Re: wildcard matcher

Posted by Joerg Heinicke <jo...@gmx.de>.
On 10.03.2004 17:09, Dietmar@campus02 wrote:

> If I use "wildcard" matcher (e.g. */*) , a self-developed Transformer doesn't work...
> 
> I've defined the transformer in the sitemap:
> 
> <map:transformer name="xyz_components" pool-grow="2" pool-max="16" pool-min="2" src="at.xyz.cocoon.components.ComponentsTransformer">
> <parameter name="disable-caching" type="boolean" value="true" />
> <parameter name="i18n-transformer" value="xyz_i18n"/>
>     <components>
>         <path>components</path>
>         <path>jar:WEB-INF/lib/xyzpresentation-1.9.0.jar!/components</path>
>     </components>
> </map:transformer>

Sorry, but how should one help you with those rare details? Please ask 
you question (with more details) on the users list.

Joerg