Closed
Bug 248734
Opened 21 years ago
Closed 14 years ago
[invalid XML] 3DMark 2003 System Information
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mdoubledragon, Unassigned)
References
()
Details
Attachments
(1 file)
42.00 KB,
application/zip
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.9
When clicked on Details for System Information in 3DMark 2003, it generates an
XML file. This file can only be viewed by IE and Firefox always fails to load
it, and instead just shows some error
Reproducible: Always
Steps to Reproduce:
1.Open 3DMark 2003
2.On main window that shows, under the heading "System" , click on Details
3.If the XML opens in IE, copy the URl, paste in Firefox and there you go!
Actual Results:
Firefox shows the following error:
XML Parsing Error: xml processing instruction not at start of external entity
Location: file:///C:/Program%20Files/3DMark03/systeminfo/SI.xml
Line Number 2, Column 1:<?xml version="1.0" encoding="UTF-16" ?>
^
Expected Results:
Instead it should've showed the page clearly as IE does!!!
Comment 1•21 years ago
|
||
Could you attach the XML File to the bug ?
Comment 2•21 years ago
|
||
You need to download the zip file and extract the files within.
Comment 3•21 years ago
|
||
I can see it too
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8a2) Gecko/20040623
Assignee: firefox → hjtoi-bugzilla
Component: General → XML
Product: Firefox → Browser
QA Contact: firefox.general → ashshbhatt
Version: unspecified → Trunk
Comment 4•21 years ago
|
||
It's because the XML file starts with:
<?xml-stylesheet type="text/xsl" href="systeminfo_explorer_en.xsl"?>
<?xml version="1.0" encoding="UTF-16" ?>
If you change it to start with:
<?xml version="1.0" encoding="UTF-16" ?>
<?xml-stylesheet type="text/xsl" href="systeminfo_explorer_en.xsl"?>
then it loads correctly
I think that the XML file is invalid because it doesn't start with xml version
Comment 5•21 years ago
|
||
so is it a Tech Evang issue then?
Yes, definitely evangelism issue. Mozilla is doing the right thing, their tool
is producing invalid XML.
Assignee: hjtoi-bugzilla → english-other
Status: UNCONFIRMED → NEW
Component: XML → English Other
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: ashshbhatt → english-other
Version: Trunk → unspecified
Reporter | ||
Comment 7•21 years ago
|
||
Yesterday I contacted 3DMark 2003 support about this and told them about the
wrong XML header they are producing. I'll post here any replies from them.
But question arises, how is IE's interpreter so strong that it ignores such
errors and shows the file correctly. Why cant mozilla handle such cases?
Reporter | ||
Comment 8•21 years ago
|
||
Hi,
We currently don't have a patch available addressing this issue, but we hope to
have it corrected in the next version of our benchmark!
Best Regards,
Futuremark Support
support-inbound@futuremark.com wrote:
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
reporter: mozilla is following the spec, the basis of xml is strict parsing.
following the spec means not tolerating things....
Comment 10•21 years ago
|
||
reopening, it is a perfectly valid tech evangelism bug
just wait for the next version of the benchmark to resolve it FIXED
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Summary: 3DMark 2003 System Information → [invalid XML] 3DMark 2003 System Information
Updated•21 years ago
|
Status: REOPENED → NEW
Comment 11•21 years ago
|
||
Can't reproduce, WFM
Status: NEW → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → WORKSFORME
Pascal, it has been verified that 3DMark 2003 produces invalid XML and the
manufacturer has said they don't know when they will fix it. What version of the
program did you use to test, and what was your test procedure?
Comment 13•21 years ago
|
||
oops sorry, I messed up working with tabs, that's not the bug I intended to
close, reopening
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 14•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: REOPENED → RESOLVED
Closed: 21 years ago → 14 years ago
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•