I want to validate an xml file against an xsd schema. The xml files root element does not have any namespace or xsi details. It has no attributes so just . I ...
I've got something like the following XML file.
<credits> <property name="tag"> <item>v0003</item> </property> <property ...