I have followed this tutorial for validating XML files. But I am receiving exception when validating XML file. What I am doing wrong? My codes: XML schema:
The XML schema file itself needs to be a valid XML document. You are missing the outer schema element and the namespace declaration for the xs prefix.
xs