The in-scope-prefixes() function returns a sequence of strings, representing all the namespace prefixes that are in scope for a given element.
| Argument | Data Type | Meaning |
|---|---|---|
| element | element() | The element whose in-scope namespaces are to be returned |
| Result | xs:string* | The prefixes of the in-scope namespaces |