Next in thread →
Next in month →
Re: [xml-dev] A kind request. Urgent
Hey:
i tested it. The issue was that there was in the external DTD, standalone attributes are not allowed. Remove it and your program should run just fine.
DTD
<?xml version="1.0"?>
<!ELEMENT parent (#PCDATA)>
<!ELEMENT child (#PCDATA)>
XML
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE family SYSTEM "fam.dtd">
<family>
vafhsdfhsdh
<parent>Judy</parent>
<parent>Layard</parent>
<child>Jennifer</child>
<child>Brendan</child>
</family>
One,
Leela Arumugavelayutham <[email protected]> wrote:
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 :
]>
vafhsdfhsdh
Judy
Layard
Jennifer
Brendan
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
**************************Disclaimer**************************************************
Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged'
and 'confidential' and intended for use only by the individual or entity to which it is
addressed. You are notified that any use, copying or dissemination of the information
contained in the E-MAIL in any manner whatsoever is strictly prohibited.
****************************************************************************************
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org , an
initiative of OASIS
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager:
-- m a r l o n . n e l s o n
-- W e b . D e v e l o p e r
-- San Francisco, CA
-- http://www26.brinkster.com/specter1
-- Our greatest enemy [threat], lies
-- hidden amongst those we trust most.
Do you Yahoo!?
Y! Web Hosting - Let the expert host your web site
Next in thread →
Next in month →