Hi ! I'm a new user of OrientDB.I read different topics about OrientDB and XML.I use XML/RDF but i don't know if i need to use OpenRDF/Sesame API to import or if OrientDB implements some tools to do that.Thx--
--
Hi David,
But what is the problem?
Lvc@
Sent from Samsung Galaxy 2
Maybe I have misunderstood the question but I was trying to follow Marko's tutorialand I was able to load the xml with the only diff of specifiying the database type in OrientDB--g = new OrientGraph('memory:testxml')g.loadGraphML('C:/myxml.xml')