I wanted to include an XML file in another XML file and parse it with python. I am trying to achieve it through Xinclude. There is a file1.xml which looks like
I'm using the schemavalidate task of Ant to validate XML documents. <schemavalidate noNamespaceFile="${user.input.xsd}" file="${user.input.xml}"> <