Le 16 nov. 05, à 11:11, Myriam Delperier a écrit :

...I don't see any changes:
<fo:basic-link external-destination="resultats-in.htmlq=finstitutiontype: |Servicegénéral|&base=institution&from1=rechterm&sf=ftitle">Service général</fo:basic-link>

im my sitemap I've :
<map:transformer name="encodeURL" src="org.apache.cocoon.transformation.EncodeURLTransformer">
   <include-name>.*/@external-destination</include-name>
</map:transformer>..

Looks like the encoreURL transformer is not encoding - I'm not too familiar with its details but you might want to try

<include-name>.*external-destination</include-name>

in case the namespace confuses it, or even

<include-name>.*</include-name>

As a test, this should encode all attributes.

-Bertrand

Attachment: smime.p7s
Description: S/MIME cryptographic signature