Framework configuration for doctype SYSTEM identifier
Posted: Fri Jul 29, 2022 12:09 am
Hi,
I'm setting up a framework to view ONIX files, which one of our vendors requires with a doctype declaration that has a system ID instead of a public ID:
For all my previous frameworks, I've been able to create an association rule based on the DTD's public ID. In this case, I created an association rule like this:
Is there a way to tell Oxygen to ignore the doctype system ID for files with this root element? Or should I be trying something different?
I'm setting up a framework to view ONIX files, which one of our vendors requires with a doctype declaration that has a system ID instead of a public ID:
Code: Select all
<!DOCTYPE ONIXMessage SYSTEM "http://www.editeur.org/onix/2.1/reference/onix-international.dtd">
- Namespace: *
- Root local name: ONIXMessage
- File name: *
- Public ID: *
- Attribute:
- Local name: *
- Namespace: *
- Value: *
- Java class:
Is there a way to tell Oxygen to ignore the doctype system ID for files with this root element? Or should I be trying something different?