DTD validation

This should cover W3C XML Schema, Relax NG and DTD related problems.
scottbdr
Posts: 50
Joined: Tue Jul 21, 2009 1:48 am

DTD validation

Post by scottbdr »

Is a document type association required to do DTD validation? I have my XML catalog set up to resolve a DTD system id and it does resolve to the correct path according to the catalog logging, and I still get a "No Schema associated with this document..." message when trying to validate.

Also having difficulties with xml:base in catalog resolution... is this supported in Oxygen?

Thanks, Scott
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: DTD validation

Post by adrian »

Hello,

In case anyone else encounters something similar, this turned out to be a bug in Oxygen that prevented the validation and content completion from working if the system ID from the DOCTYPE declaration did not contain the ".dtd" suffix. e.g. <!DOCTYPE foo SYSTEM "bar">

This problem has been resolved in the latest maintenance build of Oxygen 13.2, 2012052412 (released May 28th).

You can download it from our web site:
http://www.oxygenxml.com/download.html

The list of bug-fixes can be found here:
http://www.oxygenxml.com/build_history.html#2012052412

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply