Hi, The attached patch fixes the links in HTML generated from junit-noframes.xsl.
--Jeff
Index: src/etc/junit-noframes.xsl =================================================================== RCS file: /home/cvspublic/jakarta-ant/src/etc/junit-noframes.xsl,v retrieving revision 1.2 diff -u -r1.2 junit-noframes.xsl --- src/etc/junit-noframes.xsl 2001/08/30 13:26:36 1.2 +++ src/etc/junit-noframes.xsl 2001/08/30 23:59:50 @@ -92,7 +92,7 @@ </script> </HEAD> <body> - <a name="#top"></a> + <a name="top"></a> <xsl:call-template name="pageHeader"/> <!-- Summary part --> @@ -167,7 +167,7 @@ <!-- create an anchor to this package name --> <xsl:for-each select="/testsuites/testsuite[not(./@package = preceding-sibling::testsuite/@package)]"> <xsl:sort select="@package"/> - <a name="[EMAIL PROTECTED]"></a> + <a name="[EMAIL PROTECTED]"></a> <h3>Package <xsl:value-of select="@package"/></h3> <table class="details" border="0" cellpadding="5" cellspacing="2" width="95%"> @@ -186,7 +186,7 @@ <xsl:for-each select="testsuite"> <xsl:sort select="@name"/> <!-- create an anchor to this class name --> - <a name="[EMAIL PROTECTED]"></a> + <a name="[EMAIL PROTECTED]"></a> <h3>TestCase <xsl:value-of select="@name"/></h3> <table class="details" border="0" cellpadding="5" cellspacing="2" width="95%">