Loading TOC...

fn:local-name-from-QName

fn:local-name-from-QName(
   $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:local-name-from-QName(
   fn:QName("http://www.example.com/example", "person") )

=> person

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.