<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<wml>
 <!-- page name="rel-feed"-->
 <template>
  <do optional="false" label="Back" type="prev">
   <prev/>
  </do>
 </template>
 <card ordered="true" newcontext="false" id="rel-feed">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="rel-help.wml#rel-help"/>
  </do>
  <!-- h2 -->
  <h2/>
  <p/>
  <!-- h3 -->
  <h3>Examples</h3>
  <p>The feed relationship can be used to indicate that there is a syndicated feed associated with a web site or page: </p>
  <p align="left">&lt;link rel="feed" type="application/rss+xml" href="/feeds/announcements.xml"/&gt;</p>
  <p>It can also be combined with the alternate relationship to indicate that the same content is also available as a feed. </p>
  <p align="left">&lt;link rel="alternate feed" type="application/rss+xml" href="/blog/rss-feed.xml"/&gt;</p>
  <p>One of the most common uses of this is for a feed that a user can subscribe to in order to automatically receive any new entries added to web-based blog pages. </p>
  <p align="left">
   <a href="rel-help.wml#rel-help">Next: rel="help"</a>
   <br/>
   <a href="../index.mobile.html">Back Up: HTML Tags</a>
   <br/>
  </p>
 </card>
</wml>

