Package: cxml-stp
Function find-local-namespace
Lambda Listfind-local-namespace (prefix element) Arguments
Return Valuethe namespace URI (a string), or nil Details Find the namespace prefix declared on element and return its namespace URI, or return nil if no such namespace was found. The namespaces considered by this function are: The namespace of the element itself. The namespaces of element's attributes. Extra namespaces declared by the element. The "xmlns" namespace, which is always fixed. | See also |