When running OpenCDISC Validator 1.3 for ADaM datasets and ADaM define.xml with config-adam-1.0.xml, I got the following message. Is there something wrong with the define file?
Thank you!
Lin Yan
org.xml.sax.SAXParseException: The processing instruction target matching “[xX][mM][lL]” is not allowed.
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
at org.opencdisc.validator.settings.XmlConfigurationParser.parse(XmlConfigurationParser.java:128)
at org.opencdisc.validator.DefaultValidator.createManager(DefaultValidator.java:475)
at org.opencdisc.validator.DefaultValidator.validate(DefaultValidator.java:314)
at org.opencdisc.validator.gui.ValidatorClient$ProcessMonitor.run(ValidatorClient.java:1728)