Closed
Bug 146421
Opened 23 years ago
Closed 23 years ago
Document.load does not support paths in the url argument
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: chris, Assigned: jst)
Details
I am sure this is a posted bug but my queries to Bugzilla didnt turn it up
try:
var doc = document.implementation.createDocument("", "", null);
doc.load("local.xml")
but
var doc = document.implementation.createDocument("", "", null);
doc.load("../xml/local.xml")
or
var doc = document.implementation.createDocument("", "", null);
doc.load("http://somedomain/xml/local.xml")
both cause the browser to crash, which is a pain
thanx (and sorry if this is a duplicate or im missing something fundamental)
Comment 1•23 years ago
|
||
Chris, what build are you using? Is this still a problem in current builds?
Comment 2•23 years ago
|
||
no response from reporter for >60 days, resolving WORKSFORME.
reporter: if you can reproduce this bug with a recent build of mozilla (for
example, 1.2), please reopen this bug and give details. thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•