Closed
Bug 35234
Opened 25 years ago
Closed 25 years ago
XML Parser Needed in Javascript
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: hand, Assigned: rogerl)
Details
Could somebody _please_ consider exposing the built-in netscape XML Parser with
a javascript API. The API needs to be able to download + parse XML files from
at minimum the website of the webpage that uses it. Some sort of event system
to tell javascript that an XML file has been parsed would also be useful.
This would allow more intelligent communication between a web server and the
browser.
Thanks.
*** This bug has been marked as a duplicate of 15119 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 2•25 years ago
|
||
This is not a a duplicate of 15119, rather a duplicate of 15090. 15119 lets you
retrieve a remote XML doc and have it parsed into a DOM for you. This is
different from accessing the parser itself.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 3•25 years ago
|
||
*** This bug has been marked as a duplicate of 15119 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Comment 4•25 years ago
|
||
Aaaarg. What's the wrong dublicate doing in my copy buffer? Sorry for the spam!
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 5•25 years ago
|
||
*** This bug has been marked as a duplicate of 15090 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•