__xml_ns_uname
Returns an UNAME that is IRI --- concatenation of the expanded namespace IRI and the local part.
__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
Simple Example
SQL> SELECT __xml_ns_uname ('foaf', 'knows');
__xml_ns_uname
VARCHAR
_______________________________________________________________________________
http://xmlns.com/foaf/0.1/knows
1 Rows. -- 0 msec.