//-- create new Namespace scope
Namespaces nsDecls = _namespaces.createNamespaces();
_namespaces = nsDecls;
//-- handle namespaces
AttributeSet attSet = processAttributeList(atts);
String namespace = null;
int idx = name.indexOf(':');
if (idx >= 0 ) {
String prefix = name.substring(0,idx);