sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
1.6 KiB

<?xml version='1.0' encoding='utf-8'?>
<feed xmlns='http://www.w3.org/2005/Atom' xml:lang='en-US'>
<title>Example.com</title>
<link rel="alternate" type="text/html" href="http://example.com/" hreflang="en" title="Example.com" />
<subtitle type='text'>Example.com's Sample Feed</subtitle>
<rights>Copyright Example.com</rights>
<id>http://example.com/samplefeed.xml</id>
<updated>2007-08-07T20:00:00-05:00</updated>
<link rel="self" type="application/atom+xml" href="http://www.example.com/samplefeed.xml"/>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>Test Entry #1</title>
<id>http://example.com/samplefeed.xml/entry/1</id>
<link rel='alternate' href='http://example.com/1.html'/>
<summary type='html'>This is entry #1</summary>
<author>
<name>Test User</name>
<email>test@example.com</email>
</author>
<updated>2007-08-07T04:00:00-05:00</updated>
<content type="text/xml">
<rootNode>
<textContainer>Some Random Text #1</textContainer>
</rootNode>
</content>
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>Test Entry #2</title>
<id>http://example.com/samplefeed.xml/entry/1</id>
<link rel='alternate' href='http://example.com/1.html'/>
<summary type='html'>This is entry #2</summary>
<author>
<name>Test User</name>
<email>test@example.com</email>
</author>
<updated>2007-08-07T04:00:00-05:00</updated>
<content type="text/xml">
<rootNode>
<textContainer>Some Random Text #2</textContainer>
</rootNode>
</content>
</entry>
</feed>