fn:local-name-from-QName( $arg as xs:QName? ) as xs:NCName?
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. |
fn:local-name-from-QName( fn:QName("http://www.example.com/example", "person") ) => person
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.