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

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Referring to external DTD's



Hi all,
 
I want to refer an external DTD in the current DTD. 
 
The following is the first dtd..
 
<?xml version="1.0"?>
<!DOCTYPE firstroot [
<!ELEMENT firstroot (child1, child2) >
]>
 
I save this DTD as first.dtd..
 
Now I write a second DTD like this...
 
<?xml version="1.0"?>
<!DOCTYPE secondroot [
<!ELEMENT secondroot( ****Here I want the firstroot of the first.dtd****)
]>
 
Hope I m clear..
Any help will be greatly appreciated,
Thanks
Ram