原谅我,我是 XSL 的新手,但这似乎不起作用:
call <a><xsl:attribute name="HREF">callto:translate(<xsl:value-of select="phone"/>, ' -().:', '')</xsl:attribute><xsl:value-of select="phone"/></a>
XML 是
<phone>(555)-123-4567</phone>
页面输出是
call <a href="callto:translate((555)-123-4567, ' -().:', '')">(555)-123-4567</a>