Relax NG Compact, Syntax Coloring

Having trouble installing Oxygen? Got a bug to report? Post it all here.
CdVries
Posts: 1
Joined: Tue Jul 04, 2006 2:11 pm

Relax NG Compact, Syntax Coloring

Post by CdVries »

I have a problem with the syntax coloring in a *.rnc file.

This is my code:

Code: Select all

  
element country {
( attribute car_code { xsd:ID {pattern="[A-Z]{1,3}"}} |
attribute car_code { xsd:ID {pattern="cid-cia-.+"}} )?,
In the pattern of the first declaration of the attribute I use a range ( [..] ).
From the point where I use that code the rest of the documents syntax coloring
isn't right anymore. All the code colors black and the text between " and " colors red..

Is there a solution for this problom?

Greets,
Chris.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

It was a problem with the Relax NG compact syntax coloring scheme in version 7.2. Please replace [oXygen-install-folder]/lib/oxygen.jar with this updated jar file and restart <oXygen/> in order to fix the problem.

Regards,
Sorin
Post Reply