Bug 74079 - Namespace with multibyte characters in XML is throwing error when opening in webkit
Summary: Namespace with multibyte characters in XML is throwing error when opening in ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified All
: P3 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-08 05:27 PST by rakesh makluri
Modified: 2023-12-19 11:13 PST (History)
6 users (show)

See Also:


Attachments
XML with multibyte characters in XML (131 bytes, application/xml)
2011-12-08 05:27 PST, rakesh makluri
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description rakesh makluri 2011-12-08 05:27:19 PST
Created attachment 118368 [details]
XML with multibyte characters in XML

1. I have XML with multibyte characters in namespace
2. Opening the XML in Chrome or safari is giving error

Try open the attached file in Chrome or safari, it does not parse. 
While loading this XML via API it fails too.

Open the same file in IE or FireFox, it will be loaded successfully.
Comment 1 Ahmad Saleem 2023-12-19 11:13:23 PST
Reproducible in Safari 17.2, Chrome Canary 122:

We get XML Error:

This page contains the following errors:

error on line 3 at column 27: xmlns: 'http://testæ±å­' is not a valid URI
Below is a rendering of the page up to the first error.

__

While Firefox Nightly 122 render this fine.

Changing the status to 'New'.