Hi,
I am trying to parse large XML files.It has to be validated using multiple XSDs.i am using
java valiadtor API.the code looks like this-
All XSDs have same namespace.The main XSD uses others using Include tag.Do you need to mention every XSD passing as an array ? or validator API will take care of this? i tried using above code but when run, i get an error as "Cannot find the declaration of element 'endOfTradePeriodNotification'." which is an root element of input XML.