CDATA, Integer.toString(size.height));
atts.addAttribute(IFConstants.NAMESPACE, "viewBox", "if:viewBox", CDATA,
"0 0 " + Integer.toString(size.width) + " " + Integer.toString(size.height));
handler.startElement("page", atts);
} catch (SAXException e) {
throw new IFException("SAX error in startPage()", e);
}
}