I am trying to check mrss channels on the official mrss xsd, possibly from yahoo, but could not find it. I used one of http://yarfraw.sourceforge.net/xsd/extension/mrss.xsd , but I'm not sure how reliable this is. the javax.xml.validation package throws this exception when I use the above xsd: line that throws an exception: Schema scheme = factory.newSchema (new file ("path to mrss.xsd"));
Exception: org.xml.sax.SAXParseException: src-resolve: cannot resolve name "dcterms: valid" in element declaration component (n) ".
source share