|
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: Mon Feb 18 10:28:15 EST 2013
|