- Index
- »
- xml
- »
- func:xmlAttrs
def
func:xmlAttrs
xmlAttrs(elem)
Get list of all an elements attributes.
Example:
attrs: xmlRead("<x a='' b=''/>").xmlAttrs attrs.map(xmlName) >> ["a", "b"]
Get list of all an elements attributes.
Example:
attrs: xmlRead("<x a='' b=''/>").xmlAttrs attrs.map(xmlName) >> ["a", "b"]