SAXONICA |
fn:string() → string
Function signature
Result |
xs:string |
Returns the string value of the context node
fn:string(item()? $srcval) → string
Function signature
$srcval |
item() ? |
Result |
xs:string |
Returns the string value of the argument. Saxon implements the argument as type item()* rather than item()?