fn.localNameFromQName

fn.localNameFromQName(
   arg as xs.QName?
) as xs.NCName?

Summary

Returns an xs:NCName representing the local part of $arg. If $arg is the empty sequence, returns the empty sequence.

Parameters
arg A qualified name.

Example

fn.localNameFromQName(
   fn.QName("http://www.example.com/example", "person") )

=> person
Powered by MarkLogic Server | Terms of Use | Privacy Policy