XML validation: Difference between revisions

Added output for C implementation.
(Corrected text)
(Added output for C implementation.)
Line 6:
 
=={{header|C}}==
At the time of writing, the XML and XSD files at the URLs used in the other examples were inaccessible. The files from the W3 Schools sitepage were used for tests.
<lang C>
/*Abhishek Ghosh, 10th March 2018*/
Line 71:
}
</lang>
Output, files used from the W3 Schools page :
<pre>
C:\rosettaCode>xmlValidator.exe shiporder.xml shiporder.xsd
shiporder.xml validates
</pre>
 
=={{header|C sharp}}==
503

edits