ReportConfigWriter.SIMPLE_PAGE_DEFINITION_TAG, attr, XmlWriterSupport.OPEN);
final AttributeList attributes = buildPageFormatProperties(spdef.getPageFormat(0));
xmlWriter.writeTag(ExtParserModule.NAMESPACE,
ReportConfigWriter.PAGE_TAG, attributes, XmlWriterSupport.CLOSE);
xmlWriter.writeCloseTag();
}
else
{
xmlWriter.writeTag(ExtParserModule.NAMESPACE,
ReportConfigWriter.PAGE_DEFINITION_TAG, XmlWriterSupport.OPEN);