RE: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Matthieu Benéteau
> Then it really sounds like HTMLSerializer problem. Could you also try to reproduce this with simple pipeline (generator and > serializer only, no need for transformer), with simple (couple of lines should do it) XML? Then, submit it as a bug to the > BugZilla. > > Thanks, > Vadim Same result wi

RE: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Matthieu Benéteau
With the XML serializer, the result is just what I expected, the character isn't replaced : ...  Dimension name : puissance réelle  Dimension index : 9 ... parent.centerFrame.location.hash='#puissance réelle'; In this case the accented charact

RE: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Matthieu Beneteau
MAIL PROTECTED]@quaternove.fr] > Envoye : lundi 18 mars 2002 14:33 > Objet : RE: Different behaviours of HTMLSerializer, in attributes > and elements. > > > > From: Matthieu BenÊteau [mailto:[EMAIL PROTECTED]] > > > > Hi, > > > > &g

RE: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Vadim Gritsenko
> From: Matthieu BenÊteau [mailto:[EMAIL PROTECTED]] > > Hi, > ... > > > > > Dimension name : > puissance réelle > > Dimension index : > 9 > > > ... > > > In the "name" atribute of the anchor, the é letter has been replaced > by %C3%A9, s

RE: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Matthieu Benéteau
voyé : lundi 18 mars 2002 12:36 > Cc : Cocoon-Users > Objet : Re: Different behaviours of HTMLSerializer, in attributes and > elements. > > > Hello, > > IMHO, in the script line you have to put the character itself and > not "é" > because such an entity will no

Re: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread KOZLOV Roman
Hello, IMHO, in the script line you have to put the character itself and not "é" because such an entity will not be substituted. So try the following: parent.centerFrame.location.hash='#puissance réelle'; PS: I've not checked if the "%C3%A9" in an element's name will be translated by script int

Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Matthieu Benéteau
Hi, I have a little problem with the HTMLSerializer and accented letters in French. I'm working with Cocoon 2.0.1. All my XML files and stylesheets and all my components use the iso-8859-1 encoding. In my XML file I have the following element, which has an é letter in attribute "nom" : This