Closed
Bug 653937
Opened 15 years ago
Closed 14 years ago
Browser strips the attributes that contains dash from the uploaded xml
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: richie_jr, Unassigned)
Details
Attachments
(1 file)
|
343 bytes,
text/xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17
Browser strips the attributes that contains dash from the uploaded xml. Didn't check with other characters.
<property property-type="SPV0000000000Y7" source-system-id="008000000022CJR">
becomes
<property>
Reproducible: Always
Steps to Reproduce:
1. Upload the following xml on a page of your choice. I tried it on my page that I'm developing and on gmail(Sent the xml as an attachment).
<properties>
<property property-type="SPV0000000000Y7" source-system-id="008000000022CJR">
<reference-number>HZ028223</reference-number>
<county>LCN0000000000RV</county>
<city>LCN000000000A1Z</city>
<postal-code>4400</postal-code>
<price currency="CUR00000000015F">39900000</price>
</property>
</properties>
2. check the uploaded xml
3. ???????
4. missing attributes
Actual Results:
<properties>
<property>
<reference-number>HZ028223</reference-number>
<county>LCN0000000000RV</county>
<city>LCN000000000A1Z</city>
<postal-code>4400</postal-code>
<price currency="CUR00000000015F">39900000</price>
</property>
</properties>
Expected Results:
<properties>
<property property-type="SPV0000000000Y7" source-system-id="008000000022CJR">
<reference-number>HZ028223</reference-number>
<county>LCN0000000000RV</county>
<city>LCN000000000A1Z</city>
<postal-code>4400</postal-code>
<price currency="CUR00000000015F">39900000</price>
</property>
</properties>
Doesn't work in the "other" browser either. :)
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
This works fine for me against
Mozilla/5.0 (Windows NT 5.1; rv:6.0a1) Gecko/20110501 Firefox/6.0a1 ID:20110501030600 &
Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1 ID:20110413222027 &
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.17) Gecko/20110414 Firefox/3.6.17 ID:20110414082317
Severity: major → normal
Component: File Handling → General
QA Contact: file.handling → general
Version: unspecified → 3.6 Branch
Comment 3•14 years ago
|
||
Reporter -> Are you still experiencing this issue?
Comment 4•14 years ago
|
||
Closing bug as WFM per comment 2 - if you are still experiencing this issue or have more information to provide feel free to post back here and we can re-open the bug. You can also get assistance by visiting the Firefox help site -> http://support.mozilla.com/en-US/kb/Ask+a+question
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•