Note that there are some explanatory texts on larger screens.

plurals
  1. POwhy can't I validate this xml against this xsd?
    text
    copied!<p>I can't seem to validate <a href="http://pastebin.com/jbFzRuUD" rel="nofollow">http://pastebin.com/jbFzRuUD</a> against <a href="http://pastebin.com/cgvTdVWA" rel="nofollow">http://pastebin.com/cgvTdVWA</a> </p> <p>Here are the errors I get :</p> <pre><code> /schema-check xml.xml xsd.xsd Error at file "/stuff/xml.xml", line 3, column 63 Message: Unknown element 'dcst:SubtitleReel' Error at file "/stuff/xml.xml", line 3, column 63 Message: Attribute '{http://www.w3.org/2000/xmlns/}dcst' is not declared for element 'dcst:SubtitleReel' Error at file "/stuff/xml.xml", line 4, column 12 Message: Unknown element 'dcst:Id' Error at file "/stuff/xml.xml", line 5, column 26 Message: Unknown element 'dcst:ContentTitleText' Error at file "/stuff/xml.xml", line 6, column 24 Message: Unknown element 'dcst:AnnotationText' Error at file "/stuff/xml.xml", line 8, column 46 Message: Unknown element 'xs:IssueDate' Error at file "/stuff/xml.xml", line 8, column 46 Message: Attribute '{http://www.w3.org/2000/xmlns/}xs' is not declared for element 'xs:IssueDate' Fatal Error at file "/stuff/xml.xml", line 9, column 18 Message: The prefix 'xs' has not been mapped to any URI </code></pre> <p>I have some experience on xml, less on namespace though I've done my homework and read quite a bit on namespaces on w3 site and xml validation, without finding what was wrong.</p> <p>I would appreciate any help, this is to build a free online tool bit.ly/isqd4a</p> <p>I've used online tools to validate, and also shema-check from Apache xml security software</p> <p>tia</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload