This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

XSL: fix bibliographyinfo


I'm using DocBook XML 4.0 with version 1.13 of the XSL DocBook Stylesheets.

I have a bibliography with a bibliographyinfo (which currently contains
only a revhistory).  The xt processor complains that "No template matches
bibliographyinfo," and generates the following HTML:

  <font color="red">&lt;bibliographyinfo&gt;
    ...
  &lt;/bibliographyinfo&gt;</font>

I've fixed it by adding the following to my customization layer:

  <xsl:template match="bibliography/bibliographyinfo"></xsl:template>

This supresses the bibliographyinfo, which happens to be what I want.
--
Jon Willeke, Quality Engineer
InterSystems Corp.
One Memorial Drive, Cambridge, MA 02142

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]