- From: RamMohan <rammohanpv@a...>
- To: xml-dev@l...
- Date: Tue, 16 Jan 2001 00:05:34 +0530
|
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
|
|