| What do you see at the output of the encodeURL transformer?
| You can see this by replacing the fo2pdf serializer with an xml one,
| or using a view.
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>
and
<map:generate type="xsp" src="myfile.xsp"/>
<map:transform src="myfile.xsl"/>
<map:transform type="encodeURL"/>
<map:serialize type="xml" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]