*/
public Source resolve(String systemID)
throws ProcessingException, SAXException, IOException {
try {
return new AvalonToCocoonSource(this.resolver.resolveURI(systemID), this.resolver, null, manager);
} catch (org.apache.excalibur.source.SourceException se) {
throw new ProcessingException(se.toString());
}
}