SYNOPSISstring xmlTreeSetNsURI(xmlNs ns, string URI)
Parameters:
ns
- the xmlNs
whose prefix you want to changeURI
- the new namespace URI to use for ns
Returns:
ns
(if any)
DESCRIPTIONxmlTreeSetNsURI()
changes the namespace URI for an
already-created namespace. Creating a namespace is done with
xmlTreeNewNs()
.
EXAMPLE<$oldPrefix = (xmlTreeSetNsPrefix($ns, 'urn:Thunderstone'))>
SEE ALSOxmlTreeClearNs
,
xmlTreeSetNsURI