}
transformer.setOutputProperty(OutputKeys.OMIT_XML_DECLARATION, "yes");
transformer.setOutputProperty(OutputKeys.METHOD, "xml");
JSContentHandler contentHandler = new MacroDefinitionJSContentHandler(writer, "Richfaces.evalMacro(\"", "\", context)");
Result result = new SAXResult(contentHandler);
for (int i = 0; i < bodyChildrenLength; i++) {
if (i != 0) {
writer.write(", ");