<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/events/do/5" class="A" scope="wml" testtype="application" type="manual" source="wml13#9.7" device="both">
  <assertion>When a DO element from a TEMPLATE is overridden by a DO element in a
CARD, the DO elements from the TEMPLATE shall not be presented to the
user.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<template>
<do type="" name="test" label="temp">
<go href="#card1"/>
</do>
</template>
<card id="main">
<p>
This card contains a DO element labeled "local". It overrides one in
the template labeled "temp".
</p>
<do type="" name="test" label="local">
<go href="#card2"/>
</do>
<p mode="wrap">Is the option labeled "temp" hidden from the user?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

