Hi All, I load an XML file as a DOM. Some element names appear in the abbreviated URI format, for example, element_pointer->getTagName() looks like n:fragment, where n is a namespace name. What is the best way to expand the namespace and get the full URI?
Regards, Igor