Hello, Is there any way I can descibe Elements in DTD, where its child elements SHOULD BE present but can arrive in any arbitary order.
I cant use ANY as that will allow some undesired elements to come through. For eg., <!ELEMENT PARENT_ITEM (ITEM1, ITEM2, ITEM3)> <!ELEMENT ITEM1 (#PCDATA)> <!ELEMENT ITEM2 (#PCDATA)> <!ELEMENT ITEM3 (#PCDATA)> Or is this where XMLSchema has an upper hand. And help is appreciated. Thanks. -Chak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
