In my dtd I have: <!ELEMENT location EMPTY > <!ATTLIST location left %Length; #REQUIRED > <!ATTLIST location top %Length; #REQUIRED > <!ATTLIST location right %Length; #REQUIRED > <!ATTLIST location bottom %Length; #REQUIRED >
When I autocomplete in xml, I get: <location bottom="" right="" top="" left="" What I want is: <location left="" top="" right="" bottom="" /> Since the ELEMENT is EMPTY, it should be closed automatically also. _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features