From the webpage:
This service allows conversion of generic XML data into a Cypher CREATE statement, which can then be loaded into Neo4j.
And:
From the webpage:
This service allows conversion of generic XML data into a Geoff interchange file, which can then be loaded into Neo4j.
Both services can be used as a web service, in addition to supporting the pasting in of XML in a form.
You will also want to visit Nigel Small’s Github page and his
homepage.
While poking around I also found:
XML data can easily be converted into a graph. Simply load paste the XML data into the left-hand side, convert into both Geoff and a Cypher CREATE statement, then view the results in the Neo4j console.
Definitely worth a deep look later this week with XML schemas.