hyperlink
-
view code
- ( $href as xs:anyURI ,
$text as xs:string) as element(xhtml:a)
This function generates an XHTML <a>---</a> element, representing a hyperlink.
- Parameters:
- $href - the URI of the target page, the destination of the hyperlink
- $text - the user-visible text that is displayed
- Return:
- a newly-constructed <a>---</a> element in the XHTML namespace