<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/syntax/pi/1" class="A" scope="wml" testtype="application" type="manual" source="wml13#7.8" device="both">
  <assertion>When a processing instruction ( &lt;? instruction ?&gt; ) is
encountered, it is ignored unless it is defined in the XML 1.0 Recommendation.
</assertion>
  <results>
    <result>
      <name>submit</name>
      <value>yes</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<p>Paragraph 1.</p>
<?processing-instruction ?>
<p>Paragraph 2.</p>
<p mode="wrap">Does paragraph 2 appear immediately after paragraph 1?
<br />
<yesno>
</p>
</card>]]>
  </method>
</test>

