Fco. Mario Barcala Rodr?guez wrote: >> In summary: >> >> * If you use a recent version of XXE, there is no need to escape the >> underscore '_' character in identifiers. >> >> * The same code is used on all platforms. I don't see how the same >> version of XXE could behave differently on Linux and on Windows (modulo >> the fact that Linux and Windows use different default encodings). > > Yes, indeed, finally the underscores works fine whithout escaping them. > > I had some problem with my stylesheets in Windows, but I think the > problem was with accents. In same Windows XP configurations I have had > to recode the css file to MS-DOS text format!!! The problem is with the > default encodings. > > I have put: > > @charset "UTF-8"; > > in the stylesheet file and recode it to UTF-8 and it seems that all > problemas went out. >
Thanks for this feedback!

