IDEA is doing the right thing, you have defined the elements in order, you should try something like : <!ELEMENT data (input|output|custom-query|evaluate|entity-meta)*>
-- Joachim Van der Auwera CAB-software nv "Talasila, RamBabu" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED]... Hi, Is there any way I can configure the ordering of elements with dtd. example : if my dtd has following pattern <!ELEMENT data (input*, output*, custom-query*, evaluate*, entity-meta*)> My xml follows same order like this. <data> <input> something</input> <output> something </output> <custom-query> ....</custom-querry> .......... </data> I am using build 629, It is not validating if I didn't follow the order. -Rambabu. _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
