xmlGetNsByPrefixGet a namespace by prefixCalling Sequence
ns = xmlGetNsByPrefix(elem, prefix)
Argumentselema mlist typed XMLElemprefixa string giving the prefixnsa mlist typed XMLNsDescriptionSearch a namespace with the given prefix on the element or on its ancestors.Examples"+..
"Hello World"
doc = xmlReadStr(s)
c = doc.root.children(1).children(2);
xmlGetNsByPrefix(c, "scilab")
xmlDelete(doc);
]]>See Also
xmlNs
xmlGetNsByHref
History5.4.0XML module introduced.