Thanks for the response, I'm happy that it works someplace then. 

Here's the stuff in my sitemap.xmap should i need anything else?

<map:transformer name="encodeURL"
src="org.apache.cocoon.transformation.EncodeURLTransformer" />
....
<map:match pattern="display">
<map:generate src="menuDoc.xml"/>
<map:transform type="i18n">
<map:parameter name="locale" value="{request:locale}" />
</map:transform>
                        
<map:transform src="menu.xsl">
<map:parameter name="selected-menu" value="'foo'" />
</map:transform>
<map:transform type="encodeURL" />
<map:serialize type="html"/>
</map:match>



On Wed, 9 Feb 2005 11:09:49 +0100, Christoph Hermann
<[EMAIL PROTECTED]> wrote:
> Mark Lowe schrieb:
> 
> Hello,
> 
> > Can anyone prevent me spiraling into yet another infinite cycle of
> > trial and error and tell me if
> > org.apache.cocoon.transformation.EncodeURLTransformer works and
> > should work as this document
> > http://cocoon.apache.org/2.1/userdocs/transformers/encodeurl-transfor
> >mer.html stipulates.
> >
> > Or is there something secret that isn't stated in the documentation?
> 
> I use the encodeUrl Transformer after my tranformations with xslt and
> everything is fine here.
> 
> Christoph
> 
> 
>

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

Reply via email to