This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 2510 - xml parsing
Summary: xml parsing
Status: RESOLVED DUPLICATE of bug 1391
Alias: None
Product: Validator
Classification: Unclassified
Component: Parser (show other bugs)
Version: HEAD
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Terje Bless
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-11 18:35 UTC by William Shipman
Modified: 2007-03-15 04:58 UTC (History)
0 users

See Also:


Attachments

Description William Shipman 2005-11-11 18:35:45 UTC
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>
Comment 1 Olivier Thereaux 2007-03-02 06:15:34 UTC
Hello,

Were you trying to have it parsed from the direct input, file upload or by URI method?
Comment 2 Olivier Thereaux 2007-03-15 04:58:45 UTC
Seeing no answer to Comment #1, I will have to assume this is a duplicate of Bug #1391

*** This bug has been marked as a duplicate of bug 1391 ***