On 1/5/11 7:38 AM, Lars Marius Garshol wrote:
I want to implement a service which polls a remote URL for updates and applies
any changes found to a local graph. However, I do not want to replace the
entire graph, just those bits which have changed. The remote URL is basically
an Atom feed of c
I want to implement a service which polls a remote URL for updates and applies
any changes found to a local graph. However, I do not want to replace the
entire graph, just those bits which have changed. The remote URL is basically
an Atom feed of changes, which is how I'm able to do this.
We o