//TODO STOP LOOP INCLUDE
Node includeRoot = TreeParser.parser( new TokenParser( ResourceManager.getResource(
fullName, rebuilder.getConfiguration().getEncoding())));
// includeRoot.replaceWithChildren(current);
rebuilder.nodeReplace(current, includeRoot.children());
} catch (IOException e) {
throw new ParseException(e.getMessage());
}
}