Hi,it seems that in Author mode (in oXygen 9.1) doesn't recognize accented letters in CSS selectors and thus it is not unable to properly style documents that use non-English characters in element names.
See attached test files. Text "AAA" should display in red, but Author mode displays it in black as it ignores selector in
čuk { color: red; }
Jirka
--
------------------------------------------------------------------
Jirka Kosek e-mail: [EMAIL PROTECTED] http://xmlguru.cz
------------------------------------------------------------------
Professional XML consulting and training services
DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------
@charset "utf-8";
Äuk { color: red; }
gek { color: blue; }
* { display: block;
font-weight: bold;
font-size: 20pt }
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="test.css" type="text/css"?> <test> <Äuk>AAA</Äuk> <gek>BBB</gek> </test>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ oXygen-user mailing list [email protected] http://www.oxygenxml.com/mailman/listinfo/oxygen-user
