I would like to split model-glue.xml to smaller parts and found that I can not use <include template="template_name.cfm" /> inside the <event-handlers></event-handlers> but outside of it.
My original intention was to put a class eg. users related events into a separate xml but it seems to me that I can not split the event-handlers into smaller parts rather put the whole <event-handlers> block into a new xml.
Am I correct at this? How do people split large xml files to smaller ones? Are there any best practice?