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