xmlTreeGetNsURI

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: Oct 24 2023
Copyright © 2024 Thunderstone Software LLC. All rights reserved.