Category "xinclude"

Include one XML within another XML and parse it with python

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

Enable xinclude processing for Ants `schemavalidate` task

I'm using the schemavalidate task of Ant to validate XML documents. <schemavalidate noNamespaceFile="${user.input.xsd}" file="${user.input.xml}"> <