root.getNamespacePrefixMap().getNameTable());
documentTable.put(url, node);
}
// return an iterator starting at the document's root
return new SingleNodeIterator(node);
}
catch (MalformedURLException e) {
throw new XSLException(e);
}
catch (IOException e) {