rmraya / OpenXLIFF

An open source set of Java filters for creating, merging and validating XLIFF 1.2, 2.0 and 2.1 files.
https://www.maxprograms.com/products/openxliff.html
Eclipse Public License 1.0
65 stars 17 forks source link

How I ignore validate Schema when load DITA file? #26

Closed devomniscien closed 1 year ago

devomniscien commented 1 year ago

Hello,

 I ran converting the DITA file to XLIFF file. But I do not have dtd file. How I run your program without dtd file? 

 error:

image

Best Regards, Dev Omniscien Ex-Test-DTD.zip

rmraya commented 1 year ago

Your file declares a grammar:

<!DOCTYPE concept PUBLIC "-//IXIA//DTD IXIA DITA Composite//EN" "IxiaDitabase.dtd">

The declared DTD is essential to process elements using the default value of the classattribute.

If you don't add the DTD to the catalog, processing will fail.

Ask Ixiasoft to provide the catalog and include it in your file set. If you get the catalog and permission to share it, I can include it in OpenXLIFF's default catalog.