You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Igor Toujilov <na...@mail.com> on 2017/09/16 22:53:31 UTC

How to expand an abbreviated URI with a namespace prefix

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