ls.setOutputStream(this.stream);
Source redirectSource = null;
try {
redirectSource = this.resolve(newURL);
redirectSource.toSAX(ls);
} catch (SAXException se) {
throw new IOException("SAXException: " + se);
} catch (ProcessingException pe) {
throw new IOException("ProcessingException: " + pe);
} finally {