Closed
Bug 654121
Opened 14 years ago
Closed 14 years ago
Error when dumping bug list to XML. (XML Parsing Error: not well-formed. Char 0x0 out of allowed range)
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 538946
People
(Reporter: codobanmihai, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Build Identifier: Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
I got the following error when trying to dump the closed ANT bugs to a xml. Either an escape problem or a char set problem as far as I can tell.
XML Parsing Error: not well-formed
Location: https://issues.apache.org/bugzilla/show_bug.cgi
Line Number 305963, Column 4:noÿ
Reproducible: Always
Steps to Reproduce:
1. Get a list of closed ANT bugs: https://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__closed__&product=Ant&content=
2. Saving to XML throws a parsing error.
Actual Results:
Got the following output:
XML Parsing Error: not well-formed
Location: https://issues.apache.org/bugzilla/show_bug.cgi
Line Number 305963, Column 4:noÿ
Expected Results:
A XML dump containing the requested bugs.
Trying it on Chrome prints a different but similar error:
This page contains the following errors:
error on line 305963 at column 4: Char 0x0 out of allowed range
Below is a rendering of the page up to the first error.
...
Summary: XML Parsing Error: not well-formed. Char 0x0 out of allowed range → Error when dumping bug list to XML. (XML Parsing Error: not well-formed. Char 0x0 out of allowed range)
there's only one bug in that list which causing malformed xml to be generated - https://issues.apache.org/bugzilla/show_bug.cgi?ctype=xml&id=10403
Version: unspecified → 4.0
Comment 2•14 years ago
|
||
Oh, I've run into this before, I think we have another bug for it. As I recall, we can't even do �, because the XML parser will complain about that too.
![]() |
||
Updated•14 years ago
|
Severity: critical → normal
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•