public static localName(qualifiedName as String) as String:
Returns the part after the first namespace separator.
| Parameter | Description |
|---|---|
qualifiedName | Qualified name to inspect, or null. |
Local name, the unqualified input, or an empty string for null.
print(XMLNames.localName("books:title")) # title