As it exist for class labeling:
class Class1 as "MyClass <img:file> Fancy <b> formated label"{
Method1
}
It might be worth to be able to do something similar with namespace labeling:
namespace net.foo as "MyNamespaceName <img:file>" {
Class1
Class2
}
Thank you very much in advance for your answer!
Cheers!