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.
