Created
March 22, 2010 16:47
-
-
Save bradley-holt/340252 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<app:service xmlns:app="http://www.w3.org/2007/app" | |
xmlns:atom="http://www.w3.org/2005/Atom"> | |
<app:workspace> | |
<atom:title>Some Workspace</atom:title> | |
<app:collection href="/some-workspace/foo"> | |
<atom:title>Foo</atom:title> | |
</app:collection> | |
</app:workspace> | |
</app:service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment