<?xml version="1.0" encoding="UTF-8"?>
<test id="wml/syntax/attributes/3" class="A" scope="wml" testtype="application" type="auto" source="wml13#7.3" device="both">
  <assertion>Element attribute values may contain character entities. Entity
transformation into the document character set shall not effect the
interpretation of quotation marks enclosing attribute values, nor
shall it effect the parsing of attribute values.
</assertion>
  <results>
    <result>
      <name>test</name>
      <value>test"quote</value>
    </result>
  </results>
  <method>
    <![CDATA[<card newcontext="true" id="main">
<onevent type="onenterforward">
<go href="<responseurl>">
<postfield name="test" value='test&quot;quote'/>
<sessionvars>
</go>
</onevent>
<auto_failed>
</card>]]>
  </method>
</test>

