Closed Bug 11235 Opened 25 years ago Closed 25 years ago

XML external DTD with relative URL is not loaded

Categories

(Core :: XML, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED DUPLICATE of bug 8251

People

(Reporter: rbs, Assigned: nisheeth_mozilla)

Details

With a cvs update on on Aug 3 1999,
With mathml.dtd and mathml.css in the same directory,

This works fine:
<?xml version="1.0"?>
<?xml-stylesheet href="mathml.css" type="text/css"?>
<!DOCTYPE math SYSTEM "file:///c:\mozilla\mathml.dtd">

This doesn't, display window shows a distorted kaleidoscope:
<?xml version="1.0"?>
<?xml-stylesheet href="mathml.css" type="text/css"?>
<!DOCTYPE math SYSTEM "mathml.dtd">
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 8251 ***
Status: RESOLVED → VERIFIED
verified dup
You need to log in before you can comment on or make changes to this bug.