File: sample.atom

package info (click to toggle)
libxml-atom-service-perl 0.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 148 kB
  • ctags: 20
  • sloc: perl: 209; makefile: 18
file content (12 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom"
       xmlns:app="http://www.w3.org/2007/app">
  <link href="http://example.com/foo.html"/>
  <link rel="edit-media" href="http://example.com/foo.png"/>
  <title>Title</title>
  <content type="image/png" src="http://example.com/foo.png"/>
  <app:edited>2007-01-01T00:00:00Z</app:edited>
  <app:control>
    <app:draft>yes</app:draft>
  </app:control>
</entry>