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"


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"


> Hi!
> I've just added cross-reference support to a website docbook project I
> try to develop.
> Numerous warning messages appeared:
>     No template matches xreftext in div
>     No template matches div in div
>     ...
> Nevertheless the site works well. Is it normal? Have I missed something?
> -- Anatoli Sakhnik
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
>




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