- From: Troadec Pascal <Pascal.Troadec@srit.siemens.fr>
- Date: Thu, 15 Mar 2001 16:13:59 +0100
- To: "'html-tidy@w3.org'" <html-tidy@w3.org>
Hello, I use Jtidy to clean Html page (properties of tidy are : numeric-entities: yes, char-encoding: raw, output-xhtml: yes). I note when i have, in the input html page, a link to a servlet with a parameter name which begins as .."&prop="..., i get the value "0x1d " instead of ..."&prop=" !... Example : - input : --------- ... <a href="http://de.mf.news.yahoo.com/mailto? url=http://de.dir.yahoo.com/Naturwissenschaft_und_Technik/Biologie/ &title=/Naturwissenschaft_und_Technik/Biologie/ &locale=de &prop=dir &rf=f">Kategorie per E-Mail weiterempfehlen</a>... - output : ----------- ... <a href="http://de.mf.news.yahoo.com/mailto? url=http://de.dir.yahoo.com/Naturwissenschaft_und_Technik/Biologie/ &title=/Naturwissenschaft_und_Technik/Biologie/ &locale=de =dir &rf=f"> Kategorie per E-Mail weiterempfehlen </a>... ..."&prop"... would have been transformed in ..."&prop="... and not in value "0x1d "! is there someone that has an idea to resolve this problem? Thanks Pascal Troadec
Received on Thursday, 15 March 2001 10:14:40 UTC