OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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


Hi,

On Thu, 17 Oct 2013 09:14:18 +0200
Thomas Schraitle <tom_schr@web.de> 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]