Mattias Persson schrieb am 30.03.2010 um 15:02:19 (+0200): > We're discussing how to expose traversers in the REST API. One of the > ideas that was brought up (more emails with the rest of the ideas are > coming) was to use xpath directly in the URIs.
I have some experience working with XSLT and XPath, and I'm probably missing the context here, so I'm wondering: You're probably just considering using some subset of XPath? Like self, child and attribute axes? Because even 1.0 gives you considerable power in navigating trees [1], not to mention 2.0, which has conditional branching, loops and lots more. Also, XPath being for trees, do you constrain the graph to tree form? [1] http://www.xmlplease.com/axis -- Michael Ludwig _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

