[Bug 2510] xml parsing

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2510

           Summary: xml parsing
           Product: Validator
           Version: HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Parser
        AssignedTo: link@pobox.com
        ReportedBy: wjs6797@uncw.edu
         QAContact: www-validator-cvs@w3.org


This document fails to parse.  If you change the post fields to be unclosed tag,
the validitor claims there are 0 errors, but still isn't happy.

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card title="UNCW WAP Messaging Login" id="base_card">
<p> User Name<input tabindex="1" format="*x*X" name="un" type="text"/></p>
<p> Password<input tabindex="0" format="*x*X" name="pword" type="password"/></p>
<p>
<anchor>
Login
<go method="post" href="login.jsp">
<postfield name="uname" value="$(un)"/>
<postfield name="pass" value="$(pword)"/>
</go>
</anchor>
</p>
</card>

Received on Friday, 11 November 2005 18:35:50 UTC