return errorTopics;
/* now make the custom injection point substitutions */
for (final Node customInjectionCommentNode : customInjections.keySet())
{
final InjectionListData injectionListData = customInjections.get(customInjectionCommentNode);
List<Element> list = null;
/*
* this may not be true if we are not building all related topics
*/