You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
383 B
10 lines
383 B
<?xml version="1.0" encoding="utf-8" ?> |
|
<service xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom"> |
|
<workspace> |
|
<atom:title type="text">Test Service</atom:title> |
|
<collection href="http://example.com/feed"> |
|
<atom:title type="text">Test Collection</atom:title> |
|
<accept>application/*,image/*,*/*</accept> |
|
</collection> |
|
</workspace> |
|
</service>
|
|
|