% notation shown as unexpected text

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Thomas Raddatz

% notation shown as unexpected text

Post by Thomas Raddatz »

Hello,

I am evaluating oXygen 2.0.2 and I wonder why the % notation used in a DTD is shown as unexpected text?

Example:
<!ENTITY % wert SYSTEM "Wert.dtd">
%wert;

The "%wert" value is shown in yellow which is assigned to "unexpected text" in Preferences => Colors => DTD.

Regards,

Thomas Raddatz
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi Thomas,

That is a bug, I will add an entry in bugzilla also for improving the DTD highlighting support.

Thank you,
George
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

The bug with parameter entities is now fixed and the syntax coloring for DTD documents was enhanced: oXygen is able to detect element types (ELEMENT, ATTLIST, ENTITY), attribute types (#IMPLIED, #REQUIRED) and other keywords (PUBLIC, EMPTY, ANY, NMTOKEN, etc.). See the screenshot.

Image
Post Reply