I already downloaded and tried to validated but does not work. Any thoughts?
Thanks a lot.
Unit Test
@Test
public void test_FISCD_ExampleFile_1() throws FileNotFoundException {
InputStream xml = new FileInputStream("src/main/resources/fixml/spec/fixtrading_v2/Step1.xml");
InputStream xsd = new FileInputStream("src/main/resources/fixml/spec/fixtrading_v2/fixml-tradecapture-impl-5-0-SP2.xsd");
assertTrue(validateAgainstXSD(xml, xsd));
}