← Prev in month ← Prev in thread

A kind request. Urgent

From
Leela Arumugavelayutham <>
To
Date
2002-10-24T12:55:25Z
ID
<>
Thread
A kind request. Urgent
Hi,
 If I write some invalid dtd to a particular xml document, the browser is
not giving the error invalid document.
The xml document is as follows :
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE family [
  <!ELEMENT parent (#PCDATA)>
  <!ELEMENT child (#PCDATA)>
]>

<family>
vafhsdfhsdh
<parent>Judy</parent>
<parent>Layard</parent>
<child>Jennifer</child>
<child>Brendan</child>
</family>

But if I write some internal entity, it is accepting it.
It is very urgent. I hope I will get a solution from you as soon as possible.
I checked it with IE5.5
Thanks in advance,
Leela.A
← Prev in month ← Prev in thread