Blame view

libs/XML_Feed_Parser-1.0.2/samples/illformed_atom10.xml 309 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
11
12
13
  <!--
  Description: entry author name
  Expect:      bozo and entries[0]['author_detail']['name'] == u'Example author'
  -->
  <feed xmlns="http://www.w3.org/2005/Atom">
  <entry>
    <author>
      <name>Example author</name>
      <email>me@example.com</email>
      <uri>http://example.com/</uri>
    </author>
  </entry>
  </feed