Skip to main content

codepoints_to_string

Function codepoints_to_string 

Source
pub fn codepoints_to_string<N: DomNavigator>(
    _context: &mut DynamicContext<'_, N>,
    args: Vec<XPathValue<N>>,
) -> Result<XPathValue<N>, XPathError>
Expand description

fn:codepoints-to-string($arg as xs:integer*) as xs:string

Converts a sequence of codepoints to a string. Accepts any numeric type that can be converted to an integer codepoint.