- Index
- »
- xml
- »
- func:xmlNs
def
func:xmlNs
xmlNs(node)
Get the namespace URI of an element or attribute. If no namespace was specified return null.
Example:
xmlRead("<foo xmlns='bar'/>").xmlNs >> `bar`
Get the namespace URI of an element or attribute. If no namespace was specified return null.
Example:
xmlRead("<foo xmlns='bar'/>").xmlNs >> `bar`