Hi! > I was just wondering if there is any existing built in functionality to > export the underlying graph created by Neo to XML format?
AFAIK, no. > Or if someone has > done this and has any advice? > Maybe it would be interesting for you to look at neo-graphviz: https://svn.neo4j.org/laboratory/components/neo-graphviz/ It exports a Neo4j traversal result to a graphviz dot file. However, I'm not sure about the current status of this project, it's still in the laboratory. /anders > The reason I'm asking is I want to use a Flex freeware tool to display my > graph (Kap IT Visualizer). My initial thought was to pass my Neo4j graph as > an array collection of Nodes and Relationships etc but I'm having trouble > getting a cyclic graph to display and I now want to pass it an XML file > instead. > > Regards, > Orla > > > --------------------------------------------------------------------------- > This e-mail message (including attachments, if any) is intended for the use > of the individual or entity to which it is addressed and may contain > information that is privileged, proprietary , confidential and exempt from > disclosure. If you are not the intended recipient, you are notified that > any dissemination, distribution or copying of this communication is > strictly prohibited. If you have received this communication in error, > please notify the sender and erase this e-mail message immediately. > --------------------------------------------------------------------------- > > _______________________________________________ > Neo mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- Anders Nawroth [[email protected]] GTalk, Skype: anders.nawroth Phone: +46 737 894 163 http://twitter.com/nawroth http://blog.nawroth.com/ _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

