}
final BundleWriterState styleFileState = new BundleWriterState(state, "styles.xml");
final OutputStream outputStream = new BufferedOutputStream(bundle.createEntry(styleFileState.getFileName(),
"text/xml"));
final DefaultTagDescription tagDescription = new DefaultTagDescription(
ClassicEngineBoot.getInstance().getGlobalConfig(), BundleXmlModule.TAG_DEF_PREFIX);
final XmlWriter writer = new XmlWriter(new OutputStreamWriter(outputStream, "UTF-8"), tagDescription, " ", "\n");
writer.writeXmlDeclaration("UTF-8");