Closed
Bug 4137
Opened 26 years ago
Closed 26 years ago
XML Parser parses invalid XML
Categories
(Core :: XML, defect, P1)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: matthew.sergeant, Assigned: nisheeth_mozilla)
Details
I entered the following into my .xul file:
<html:h1>Hello World!!!<blah></h1></blah>
(hope you get that. It does broken namespaces and
crossed over tags.)
And it parses it just fine with no errors and produces a h1 header.
You don't want to make the same mistakes as IE5 - I'm not sure why
this isn't being picked up - I thought you were using expat
which I know picks up the error - I tried it in perl's XML::Parser.
Matt.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Priority: P1
Assignee | ||
Comment 1•26 years ago
|
||
This would definitely get an error in expat. We just haven't enabled expat by
default yet. I'll close this bug once the defalt usage of expat comes online
early next week.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4
Assignee | ||
Comment 2•26 years ago
|
||
Setting milestone to M4...
Updated•26 years ago
|
QA Contact: 3849 → 4141
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
Expat is enabled by default. The above XUL is going to throw a well formedness
error. Marking fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•