> Specifically, a child's AUTOLOAD will block a parent's AUTOLOAD, and > there is no convention for passing AUTOLOAD requests between AUTOLOADs > (equivalent of the ->SUPER::* or ->NEXT::* invocations for passing > ordinary method calls up the inheritance tree). That's not to say that it isn't possible. Check XML::Generator's "STACKED AUTOLOADs". Ben