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



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to