One of the question in whizlabs suggests the following DTD to be validated right against the xml shown
I don't think that element root can be declared twice to begin with in the DTD and it is itself not valid even before we try to validate against the xml [ November 03, 2003: Message edited by: Harsha Jay ]
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1831
posted
0
I don't think that element root can be declared twice to begin with in the DTD
Well I think this is correct. Two elements cannot have the same name in a dtd [ November 04, 2003: Message edited by: Rahul Mahindrakar ]