for (Namespace namespace : namespaces) {
InputSource bindingSource = bindingResolver.resolveEntity(namespace.uri, namespace.uri);
if(bindingSource != null) {
if(bindingSource.getByteStream() != null) {
SmooksResourceConfigurationList configList;
try {
configList = XMLConfigDigester.digestConfig(bindingSource.getByteStream(), "./", extendedConfigDigesters, classloader);
for(int i = 0; i < configList.size(); i++) {
SmooksResourceConfiguration config = configList.get(i);
if(config.getSelectorNamespaceURI() == null) {
SelectorStep selectorStep = config.getSelectorStep();
// And if there isn't a namespace prefix specified on the element (unresolved at this point),