Hi Users of cocoon:

        My name is Hugo Marcelino and a new problem came to me. 
        
        Imagine this situation:

                -You want to define a link that has a reference like: 
                
                <a href="caixão"> offcourse this is impossible  to get but
if you encode your url you will get something like

                (1) <a href="caix%E3o"> wich is the same. Only this one is
encoded.

        Now my problem is that this is not happening. What i'm getting is :
( I  use a simple xml and apply a xsltc transfomation.)

                .<a href="caião"> wich you can see is not the same as (1).
        
        and as you can see the transformation was made incorrectly.

        After this  i try to use the transformer type=encodeURL, after my
xsltc transformer, but the error was the same and the url had the sessionid
as was written in the documents.
        And i was very careful in the encoding because i'm using ISO-8859-1
everywere.
                
        Now my answer is:

                - Am i doing something wrong? Or this is something that we
can't do dynamically. 

        I'm using Cocoon 2.1.3 and running under Jetty and i attached an
example in this mail.

        Thank you in Advance. <<test-iso.rar>> 

Attachment: test-iso.rar
Description: Binary data

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

Reply via email to