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] "No template matches xreftext in div"


Hi, Bob!
I've found my mistake recently. You're right, I tried to process 
website.database.xml by website-tabular.xsl, this was caused by a bug in 
the Makefile.
-- Anatoli Sakhnik.

Bob Stayton wrote:

>It looks like the website stylesheet is being used to process the olink
>database files.
>This template in html/docbook.xsl generates those errors:
>
><xsl:template match="*">
>  <xsl:message>
>    <xsl:text>No template matches </xsl:text>
>    <xsl:value-of select="name(.)"/>
>    <xsl:if test="parent::*">
>      <xsl:text> in </xsl:text>
>      <xsl:value-of select="name(parent::*)"/>
>    </xsl:if>
>    <xsl:text>.</xsl:text>
>  </xsl:message>
>
>  <font color="red">
>    <xsl:text>&lt;</xsl:text>
>    <xsl:value-of select="name(.)"/>
>    <xsl:text>&gt;</xsl:text>
>    <xsl:apply-templates/>
>    <xsl:text>&lt;/</xsl:text>
>    <xsl:value-of select="name(.)"/>
>    <xsl:text>&gt;</xsl:text>
>  </font>
></xsl:template>
>
>Those olink files should only be processed in olink mode.  Can you provide
>more
>details on how you set up cross referencing?
>
>Bob Stayton
>Sagehill Enterprises
>DocBook Consulting
>bobs@sagehill.net
>
>
>----- Original Message ----- 
>From: "Anatoli Sakhnik" <sam@itvsystems.com.ua>
>To: <docbook-apps@lists.oasis-open.org>
>Sent: Monday, November 07, 2005 9:18 AM
>Subject: [docbook-apps] "No template matches xreftext in div"
>
>  
>



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