b2ornot2b / owlreasoner

Automatically exported from code.google.com/p/owlreasoner
0 stars 0 forks source link

jsw.owl.xml.parseUrl() #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Parsing any of valid XML file defining a correctly referenced namespace to 
the XML Schema as "xsd", or RDF IRI as "rdf". Ditto for OWL.

What is the expected output? What do you see instead?

Expected to parse file without incident, and return a ontology.

What version of the product are you using? On what operating system?
LinuxMint 13, Chrome 24.0.1312.69, Apache 2.2.22 (Ubuntu)

Please provide any additional information below.

These are hard coded into the library, but it never hurts to check that the 
namespace references in owl file reference the same ones hard coded into the 
library.

Original issue reported on code.google.com by wasabiw...@gmail.com on 7 Feb 2013 at 6:23

Attachments:

GoogleCodeExporter commented 8 years ago
A workaround appears to be removing all the Prefix declarations that reference 
owl, rdf, rdfs, and xsd. Haven't tested to see if removing these still results 
in valid xml.

Original comment by wasabiw...@gmail.com on 8 Feb 2013 at 2:50