SYNOPSISstring xmlTreeGetNsURI(xmlNs ns)
Parameters:
ns
- the namespace to get the URI from
Returns:
ns
DESCRIPTIONxmlTreeGetNsURI()
returns the URI of a namespace node. The URI
can be either a URL (http://www.thunderstone.com
)or a URN
(urn:Thunderstone
), as defined by RFC 2396.
EXAMPLE<$uri = (xmlTreeGetNsURI($ns))>
SEE ALSOxmlTreeGetNsPrefix
,
xmlTreeLookupNsURI
,
xmlTreeLookupNsPrefix