Ciao Bertrand, dear community

> > ...A html serialized page contains the following link:
> >   <p><a href="genXmlRequest?para=ö">LINK</a></p>
> 
> I think the ö must be written URLencoded, as it's in an URL:
> 
> <a href="genXmlRequest?para=%F6">

Yes that would work (if I literally write %F6 in the URI). 
But, I can not do that for dynamic data. Since my output is rendered in a
XSLT script (with SaxonB 8.6.1) I tried to convert URI strings with
fn:escape-html-uri(). But this has no effect. After the HTML serialization I
always get the utf-8 encoding '%C3%B6' for the 'ö'. And this is not handled
correctly by the subsequent <map:generate type="request"/>.

Do you have any further advices ... many thanks in advance ... Raffaele

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