ZF-8222: format class name for class checks
[zend.git] / tests / Zend / Feed / _files / TestAtomFeedNamespaced.xml
blob02d0ee25441972394348a62f64e774639b64361e
1 <?xml version="1.0" encoding="utf-8"?>
2 <atom:feed xmlns:atom="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearchrss/1.0/" version="1.0">
3  <title>Atom Example</title>
4  <tagline>This is a simple Atom Feed made by XML_Feed_Writer.</tagline>
5  <atom:link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="./TestAtomFeedNamespaced.xml" />
6  <atom:link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml" href="./TestAtomFeedNamespaced.xml" />
7  <atom:link rel="self" type="application/atom+xml" href="./TestAtomFeedNamespaced.xml" />
8  <opensearch:totalResults>4</opensearch:totalResults>
9  <opensearch:startIndex>3</opensearch:startIndex>
10  <opensearch:itemsPerPage>2</opensearch:itemsPerPage>
11  <modified>2005-04-25T00:00:00+02:00</modified>
12  <atom:entry>
13   <atom:id>1</atom:id>
14   <atom:link rel="edit" href="./TestAtomFeedNamespaced.xml/1/1" />
15   <title>The Item Title</title>
16   <issued>2004-09-25T16:03:00+02:00</issued>
17   <modified>2005-12-25T16:03:00+01:00</modified>
18   <author>
19    <name>David Coallier</name>
20   </author>
21   <summary>Testing something before releasing</summary>
22  </atom:entry>
23  <atom:entry>
24   <atom:id>2</atom:id>
25   <atom:link rel="edit" href="./TestAtomFeedNamespaced.xml/2/1" />
26   <title>Second item added to the builder/feeded..</title>
27   <issued>2004-01-04T00:00:00+01:00</issued>
28   <modified>1970-01-01T01:00:00+01:00</modified>
29   <author>
30    <name>David Coallier</name>
31   </author>
32   <summary>Jaws project, visit the website for infos...</summary>
33  </atom:entry>
34 </atom:feed>