Quoting Geert Bevin <[EMAIL PROTECTED]>: > >> Now, is it possible to have multiple inheritance? > > > > No, not for now, but it's planned for future versions. > > Euhm actually that's wrong, RIFE supports multiple inheritance, > you're just not able to declare it in one go. > > So this doesn't work: > <element id="child" inherits="parent1, parent2"> > > However, this does work: > <group inherits="parent1"> > <element id="child" inherits="parent2"> > > and this also: > <element id="parent2" inherits"parent1"> > <element id="child" inherits="parent2">
Thanks for the info. Eddy ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ _______________________________________________ Rife-users mailing list [email protected] http://www.uwyn.com/mailman/listinfo/rife-users
