Name
__xml_ns_uname — Returns an UNAME that is IRI --- concatenation of the expanded namespace IRI and the local part.
Synopsis
| 
              __xml_ns_uname
            ( | in str1 varchar , | 
| in 
str2
   varchar ); | 
Description
Returns an UNAME that is IRI -- concatenation of the expanded namespace IRI and the local part.
Parameters
str1
Namespace prefix.
str2
Local part (varchar).
Examples
Example 24.296. Simple Example
SQL> SELECT __xml_ns_uname ('foaf', 'knows');
__xml_ns_uname
VARCHAR
_______________________________________________________________________________
http://xmlns.com/foaf/0.1/knows
1 Rows. -- 0 msec.
        See Also
          xml_ns_iristr()
        
          xml_nsexpand_iristr()
        
          xml_get_ns_prefix()
        
          xml_get_ns_uri()
        
