__xml_ns_iristr
Returns an varchar with box flag set to BF_IRI.
__xml_ns_iristr
(in str1 varchar,
in str2 varchar);
Description
This function is similar to the xml_ns_uname function,
and it returns an varchar with box flag set to BF_IRI.
Parameters
str1 –
Namespace prefix
str2 –
Local part (varchar)
Examples
Simple Example
Base64-encode a string
SQL> SELECT __xml_ns_iristr ('foaf', 'knows');
__xml_ns_iristr
VARCHAR
_______________________________________________________________________________
http://xmlns.com/foaf/0.1/knows
1 Rows. -- 1 msec.