How can I see the underlying XML structure of a feed?

There are a couple of ways to do this:

  1. Click on the Feed Browser tab. Select from the drop-down menu a feed type—such as the pre-populated ${test} feed or an external RSS or Atom feed. Input query parameters, then click the Get Feed button to fetch and display the feed.
  2. Add a <gm:debug/> tag to a form in your application. Whenever data is added, edited, or removed, you will be able to see the XML structure that is produced in real time. <gm:debug/> should only be used when testing applications. Example:
    <gm:page title="XML Debug">
     
      <gm:list id="myList" template="myTemplate" data="http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/world/rss.xml"/>
    
      <gm:template id="myTemplate">
        <div repeat="true">
          <gm:debug ref="."/>
        </div>
      </gm:template>
    
    </gm:page>
Main menu
15381518918538914630
true
Search Help Center
true
true
true
false
false