12 lines
233 B
XML
12 lines
233 B
XML
<!--
|
|
Description: planet name
|
|
Expect: source.planet_name == 'John Doe'
|
|
-->
|
|
|
|
<feed xmlns="http://www.w3.org/2005/Atom"
|
|
xmlns:planet="http://planet.intertwingly.net/">
|
|
<planet:name>John Doe</planet:name>
|
|
<entry/>
|
|
</feed>
|
|
|