src/share/vm/prims/jvmti.xsl

Print this page

        

*** 1031,1040 **** --- 1031,1044 ---- </xsl:template> <xsl:template match="externallink"> <a> <xsl:attribute name="href"> + <!-- All external links start from the same prefix --> + <xsl:text>http://docs.oracle.com/javase/</xsl:text> + <xsl:value-of select="//specification/@majorversion"/> + <xsl:text>/</xsl:text> <xsl:value-of select="@id"/> </xsl:attribute> <xsl:value-of select="."/> </a> </xsl:template>