Tim Hoffman wrote: > > In addition event handlers in html ie onClick onBlur etc > are all order independant. > > now adding tal: attributes that where order dependant would seem > to fly in the face of that convention. (Admittedely there are probably > no strange dependancies that could be introduced with different orders > of border, src etc)
Indeed. It isn't just a convention. The order of attributes within an XML or SGML tag is explicitly defined not to matter. Two important properties of attributes within a tag are that they are unordered, and they are unique. http://aspn.activestate.com/ASPN/Mail/Message/xml-dev/666339 -- Steve Alexander _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )