Hi,

I have a question about striving the local name out of the URI.

SO for example,

the URI I print it out looks like the following:
http://example.com/resource/authors/%28Zhou%29_Bryan_Bai
<http://dblp.l3s.de/d2r/resource/authors/%28Zhou%29_Bryan_Bai>

if I apply:

String localName = resource.getLocalName();

the value of localName is : _Bryan_Bai .
How do I get the value as Zhou_Bryan_Bai

Thanks in Advance!

Reply via email to