DTD Element name not known

Hi,

I need to create a DTD such that the sub element name of the root element 
is not known at design time. Also the sub element name should be unique 
within the root element. So for examaple -
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<root-element>
	</element_name_not_known_and_must_be_unique_1>
	</element_name_not_known_and_must_be_unique_2>
	.....
	.....
</root-element>

How do i achieve this in a DTD?

Thanks
-Cecilia

_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com

Received on Friday, 27 September 2002 17:57:23 UTC