attrs.put(null, "name", "dtb:depth");
int depth = calculateDepth(rootTOCEntry);
attrs.put(null, "content", Integer.toString(depth));
ser.startElement(ncxns, "meta", attrs, false);
ser.endElement(ncxns, "meta");
ser.newLine();
attrs = new SMapImpl();
attrs.put(null, "name", "dtb:totalPageNumber");
attrs.put(null, "content", Integer.toString(pages.size()));
ser.startElement(ncxns, "meta", attrs, false);
ser.endElement(ncxns, "meta");