Name

__xml_ns_iristr — Returns an varchar with box flag set to BF_IRI.

Synopsis

__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

Example24.297.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.      

See Also

xml_ns_uname

xml_nsexpand_iristr

xml_get_ns_prefix

xml_get_ns_uri