final InputSource inputsource = new InputSource();
if (path != null &&
(path.startsWith(LOCALURI) || path.startsWith(SHORTLOCALURI))) {
final XmldbURL url = new XmldbURL(path);
final EmbeddedInputStream eis = new EmbeddedInputStream(bPool, url);
inputsource.setByteStream(eis);
inputsource.setSystemId(path);
} else {