atom.xml 449 字节
Newer Older
A
Arjen Poutsma 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.w3.org/2005/Atom http://www.kbcafe.com/rss/atom.xsd.xml">
    <title>title</title>
    <subtitle>subtitle</subtitle>
    <entry>
        <id>id1</id>
        <title>title1</title>
    </entry>
    <entry>
        <id>id2</id>
        <title>title2</title>
    </entry>
</feed>