oWriter.println();
}
// installation actions, if specified
Iterator<ActionInfo> actList = insdObject.getInstallationActions().iterator();
while (actList.hasNext()) {
ActionInfo actInfo = actList.next();
// PROCESS specs - 2nd level
XMLUtil.printXMLTag(PROCESS_TAG, oWriter, false, 2);
oWriter.println();
// 3rd level elements
XMLUtil.printXMLElement(ACTION_TAG, actInfo.getName(), oWriter, 3);
oWriter.println();
// PARAMETERS specs - 3rd level
XMLUtil.printXMLTag(PARAMETERS_TAG, oWriter, false, 3);
oWriter.println();
// 4th level elements - no order