Remove legacy anchor with old method of computing id.

Change-Id: I5be1366a3c576ee8ad2d36f1271e47f6c4a09ad0
This commit is contained in:
dcramer
2014-02-18 20:32:22 -06:00
parent 391202d2a8
commit 6f4027e8ae

View File

@@ -271,9 +271,6 @@
<section xml:id="{$sectionIdComputed}">
<xsl:processing-instruction name="dbhtml">stop-chunking</xsl:processing-instruction>
<title><xsl:value-of select="$method.title"/></title>
<xsl:if test="$sectionIdComputed != concat(@name,'_',$app_raxid,$raxid,'_',translate(parent::wadl:resource/@path, $replacechars, '___'),'_')">
<anchor xml:id="{concat(@name,'_',$app_raxid,$raxid,'_',translate(parent::wadl:resource/@path, $replacechars, '___'),'_')}" xreflabel="{$method.title}"/>
</xsl:if>
<xsl:if test="$security = 'writeronly'">
<para security="writeronly">Source wadl: <link xlink:href="{@rax:original-wadl}"><xsl:value-of select="@rax:original-wadl"/></link> (method id: <xsl:value-of select="@rax:id"/>)</para>
</xsl:if>