Fix infinite recursion problem with XmlExtendedMetadata

As outlined in bug 325430, XmlExtendedMetadata.getNamespace
could enter an infinite recursion in certain situations. Instead of 
iterating over features of an package, a direct lookup of its
namespace is performed, to see if it is one of "our" namespaces.
In that case, the XML version is returned instead.
1 file changed