[Eap-features] Re: Xml code completion.

2002-07-25 Thread Scott Hrehirchuk
Agreed, fundamentally it is bad practice, but I would take the bad practice over what we have now, which is essentially random order. Scott Fredrik Lindgren wrote: > Attributes are specified as a set rather than a list in the XML > Recommendation and the order can not be governed by a DTD. It i

[Eap-features] Re: Xml code completion.

2002-07-24 Thread Erik Hanson
"Fredrik Lindgren" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Scott Hrehirchuk wrote: > > This may have been mentioned before, but... > > > > When the xml code completion fills in the required attributes, they seem > > to be in random order. > > Is there an

[Eap-features] Re: Xml code completion.

2002-07-24 Thread Fredrik Lindgren
Attributes are specified as a set rather than a list in the XML Recommendation and the order can not be governed by a DTD. It is generally bad practice to base any XML processing on attribute order since XML parsers are not required to preserve the order. As for readability of the xml file the