if (href.indexOf('#') >= 0) {
return this;
}
NodeInfo item = Document.preLoadDoc(href, expressionBaseURI, config, this);
if (item!=null) {
return new Literal(new SingletonItem(item));
}
} catch (Exception err) {
// ignore the exception and try again at run-time
return this;
}