Re: Attribute order

Stephan Nagy <[email protected]> Wed, 05 Nov 2003 17:53:48 -0600
Newsgroups gmane.comp.jakarta.ecs.user
Message-ID <[email protected]>
dado buric wrote:

>Is it possible to order attributes in ECS-elements?
>For instance, in HTML INPUT element I would like the
>name attribute to appear first.
><INPUT name="elName" type="......>
>  
>
Not really, the attributes are stored in a hashmap, you could change the 
underlying code to support this but it begs the question why?

-stephan