SAXOutputter outputter = new SAXOutputter();
outputter.setContentHandler(filter);
outputter.setLexicalHandler(filter);
outputter.output(dissemination);
} catch (JDOMException jdome) {
throw new WingException(jdome);
} catch (AuthorizeException ae) {
// just ignore the authorize exception and continue on with
//out parsing the xml document.
}