OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   DOCTYPE declaration in the document prolog

[ Lists Home | Date Index | Thread Index ]

Is following XML sample valid?
Please note that the internal declaration subset does not
declare the "test" element. IE normally opens this sample.
My understanding was that the root element should
also be declared in the internal declaration subset
if there is no external declaration subset.
Am I misunderstood? 
Where can I find clear information about this?

<?xml version="1.0"?>
<!DOCTYPE test
[
<!ELEMENT data (year, kcode, bcode)>
<!ELEMENT year (#PCDATA)>
<!ELEMENT kcode (#PCDATA)>
<!ELEMENT bcode (#PCDATA)>
]>
<test>
<data>
<year>2002</year>
<kcode>001</kcode>
<bcode>002</bcode>
</data>
</test>

--
P. Karki
Daitec Co., Ltd.
Hiroshima




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS