Get a namespace by prefix
ns = xmlGetNsByPrefix(elem, prefix)
a mlist typed XMLElem
a string giving the prefix
a mlist typed XMLNs
Search a namespace with the given prefix on the element or on its ancestors.
Version | Description |
5.4.0 | XML module introduced. |