Next in thread → Next in month →

Re: [docbook-apps] xref to varlistentry/term/ulink

From
Thomas Schraitle <>
Date
2013-10-18T08:57:33+00:00
ID
Thread
Re: [docbook-apps] xref to varlistentry/term/ulink
Hi,

On Thu, 17 Oct 2013 09:14:18 +0200
Thomas Schraitle <> wrote:

> [...]
> I've played around and tried this modification:
> 
> ---------------------------------------
> <xsl:template match="ulink" mode="no.anchor.mode">
>     <xsl:param name="url" select="@url"/>
>     <xsl:choose>
>       <xsl:when test="count(child::node())=0">
>         <xsl:value-of select="$url"/>
>       </xsl:when>
>       <xsl:otherwise>
>         <xsl:apply-templates/>
>       </xsl:otherwise>
>     </xsl:choose>
>   </xsl:template>
> ---------------------------------------

Fixed in revision 9820.


-- 
Gruß/Regards,
    Thomas Schraitle
Next in thread → Next in month →