I have recently introduced myself to XML Schema (XSD), and I am struggling in finding answers to a few fundamental questions about them:
- What is the proper way to link an XML document to its XSD schema?
- How are XML documents actually validated? After allegedly linking my XML document to a schema I never actually saw any document errors generated when the schema was violated.
I've been struggling in finding answers to these questions and thank responders in advance for their contributions :)