node.addAttribute(SECTION_ATTR_VISIBLE, section.isVisible().toString());
node.addAttribute(SECTION_ATTR_REGIONSPACING, section.getRegionsCellSpacing().toString());
node.addAttribute(SECTION_ATTR_PANELSPACING, section.getPanelsCellSpacing().toString());
if (section.getParentSectionId() != null)
node.addAttribute(SECTION_ATTR_PARENT_ID, section.getParentSectionId().toString());
node.addAttribute(SECTION_ATTR_FR_URL, section.getFriendlyUrl());
node.addAttribute(SECTION_ATTR_SKIN_ID, section.getSkinId());
node.addAttribute(SECTION_ATTR_ENVELOPE_ID, section.getEnvelopeId());
Map title = section.getTitle();
for (Iterator it = title.keySet().iterator(); it.hasNext();) {
String lang = (String) it.next();