response:ticker-tape

Purpose

Defines the main element for a Ticker Tape widget response, enabling the widget to refresh its contents periodically.

Contained by

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<response:response xmlns="http://www.w3.org/2002/06/xhtml2"
  xmlns:mcs="http://www.volantis.com/xmlns/2006/01/xdime/mcs"
  xmlns:response="http://www.volantis.com/xmlns/2006/05/widget/response">
  <response:head>
    <response:link rel="mcs:theme" href="/main.mthm"/>
  </response:head>
  <response:body>
    <response:ticker-tape id="myWeatherTicker">
      <span>Current weather conditions - last update 2007-02-23 12:27</span>
      <span><a href="http://www.berlin.de">Berlin</a>: 25°C, partly cloudy</span>
    </response:ticker-tape>
  </response:body>
</response:response>

Related topics