File: entry-ns.xml

package info (click to toggle)
libxml-atom-perl 0.23-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 420 kB
  • ctags: 264
  • sloc: perl: 3,357; xml: 663; makefile: 51
file content (7 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://purl.org/atom/ns#">
  <title xmlns="http://purl.org/atom/ns#">Unit Test 1</title>
  <content xmlns="http://purl.org/atom/ns#" mode="xml">
    <div xmlns="http://www.w3.org/1999/xhtml"><img src="foo.gif" align="left"/> This is what you get when you do unit testing.</div>
  </content>
</entry>