Name
__xml_get_ns_uri — Returns URI by given namespace prefix.
Synopsis
__xml_get_ns_uri
(
|
in str varchar , |
out
flags
int
) ; |
Description
If str is a globally known namespace prefix, its URI is returned, else null. Flags is a bit mask where 1 means to look in the connection, 2 in the global set of known prefixes.
Parameters
str
namespace prefix
flags
A bit mask where 1 means to look in the connection, 2 in the global set of known prefixes.
See Also
xml_get_ns_prefix()
xml_ns_uname()
xml_ns_iristr()
xml_nsexpand_iristr()