From: Uldis B. <cap...@gm...> - 2012-09-22 12:41:30
|
Hi, DotNetRdf seems to be tolerant to errors when parsing RDF/XML (with RdfXmlParser and Graph.LoadFromFile). E.g., in a file which has an element w/o namespace and no default namespace defined the W3C RDF validator would return errors but DotNetRdf parses the file without even a warning (unless .TraceParsing = true is not sufficient to show warnings). Is it possible to do strict RDF/XML validation with DotNetRdf, failing with an exception when validation errors appear? Thanks, Uldis |