Support for URN type links

This should cover W3C XML Schema, Relax NG and DTD related problems.
nagang
Posts: 37
Joined: Mon Jul 14, 2014 9:48 am

Support for URN type links

Post by nagang »

Hi Team,

Thank you for your support!

We have successfully created our own action to insert URN.

Basically in 16.0 we do not have support for URN, we have got the below support from you
One possible workaround for the client:
If in the Eclipse Preferences->oXygen->"Document Type Association" page you edit the "DITA" document type, in the "Validation" tab you can edit the "DITA" validation scenario and remove from it the third stage
(engine: DITA Validation).
Now we would like to know which schema file will be used for this DITA Validation since we do not want to remove that complete "DITA Validation" as it may contain other needed validations.

Could you please help us in Supporting URN without following this workaround.

Thanks in advance!

Regards,
Navaneetha
Radu
Posts: 9046
Joined: Fri Jul 09, 2004 5:18 pm

Re: Support for URN type links

Post by Radu »

Hi Navaneetha,

Alex took a few days off so I will try to help you further.
What error precisely do you obtain when Oxygen validates the document?

The "DITA Validation" stage is not done with a schema, it is done with our custom Java code so you cannot customize a certain schema to remove certain validation checks.
The "DITA Validation" is just a validation stage which makes certain additional validation checks, if you remove it the DITA documents will still be validated with the usual DTDs and schemas.
Besides removing the "DITA Validation" stage completely, we have API ro.sync.exml.workspace.api.editor.WSEditor.addValidationProblemsFilter(ValidationProblemsFilter)

which would allow you to add a filter and remove from the list of problems which are about to be presented to the end user a certain problem.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply