|
SYNOPSIS
string xmlTreeGetNsURI(xmlNs ns)
Parameters:
-
ns - the namespace to get the URI from
Returns:
- the URI of the namespace
ns
DESCRIPTION
xmlTreeGetNsURI() 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 ALSO
xmlTreeGetNsPrefix,
xmlTreeLookupNsURI,
xmlTreeLookupNsPrefix
Copyright © Thunderstone Software Last updated: Thu Dec 22 15:13:31 EST 2011
|