Finally the problem was about accents (all my underscore elements had
accents also). I have recoded my css file to UTF8 (it was ISO-8859-1) and
the problem went out. I have replace all _ to \_ also although I don't
know if this was a problem.

Many Thanks,

  Mario Barcala

>Fco. Mario Barcala Rodr?guez wrote:
>>
>> I have been testing last release of XXE Personal Edition 3.8.0 and I
have discover a possible problem.
>>
>> I have an xxe stylesheet which works perfectly with XXE Standard
Edition
>> 2.9 versi?n, and I have detected that the new versi?n does not apply
the
>> styles to tag names which include underscore _.

>If this is the case, then XXE v2.9 had a bug which has been fixed in 
later releases.

>> For example:
>> ano_publicaci?n (I think the accent is not the problem because any
other
>> tag names with accent works fine).
>>
>> I think you could solve this problem (in case it was a bug).

>Unlike the dash character '-', the underscore character '_' is not 
allowed in CSS identifiers. You need to escape this character.

>Instead of specifying:

>my_element {
>     color: red;
>}

>Please specify:

>my\_element {
>    color: red;
>}

>See http://www.w3.org/TR/REC-CSS2/syndata.html#tokenization













Reply via email to