I'm trying to convert an email address that exists in a source document as a string, but the target document needs to be an "anyURI". I've tried using a custom-function with this as the xsl code: <xsl:value-of select="anyURI"/>, but everytime that is implemented, i get the error "There is no context item". I'm assuming I'm setting the wrong XSLT in the custom-function.
Thank You,
Trevor Bensen