165166167168169170171172173174175
a.appendChild(children[i].getName()); } } else { a.appendChild(children[i].getName()); } list.appendChild(doc.makeListItem(a)); } } response.setContentType("application/xml"); new Serializer(response.getOutputStream()).write(doc); }