> Actually, things like that have been possible with AttributeModifiers
> for a long time now.
Well, "resolving attribute conflicts" can include more than changing
the attribute itself. if you have and
you can only resolve that by creating a
_javascript_ function, a thing a attributemodifier cannot do (I think).
or simply concatenate the two onclick events into one like...
>
I think this is what was meant.
also merging other attributes.
attrmodifier adds class="a"
attrmodifier2 adds class="b"
the final output should be class="a b"
same for style attrs, etc, etc
-Igor
