// </feed>
Document doc = DocumentFactory.getInstance().createDocument();
Element root = doc.addElement("feed");
String NS = "http://www.w3.org/2005/Atom";
root.add(new Namespace("", NS));
root.addElement("title", NS).setText("Speakeasy Extensions");
root.addElement("subtitle", NS).setText("Via " + serverName);
root.addElement("link", NS).addAttribute("href", serverBaseUrl + profilePath);
root.addElement("link", NS)