docbook: transformations: alphabetizing bibliographies


Previous by date: 9 Dec 2003 00:53:18 -0000 Re: transformations: alphabetizing bibliographies, Emma Jane Hogbin
Next by date: 9 Dec 2003 00:53:18 -0000 warning.gif?, Rodolfo J. Paiz
Previous in thread: 9 Dec 2003 00:53:18 -0000 Re: transformations: alphabetizing bibliographies, Emma Jane Hogbin
Next in thread: 9 Dec 2003 00:53:18 -0000 Re: transformations: alphabetizing bibliographies, Emma Jane Hogbin

Subject: Re: transformations: alphabetizing bibliographies
From: "John R. Daily" ####@####.####
Date: 9 Dec 2003 00:53:18 -0000
Message-Id: <200312090053.hB90rE0Z019857@ms-smtp-02-eri0.ohiordc.rr.com>

At (time_t)759486519 Emma Jane Hogbin wrote:

> <xsl:template match="bibliodiv">
>   <div xmlns="http://www.w3.org/1999/xhtml" class="{name(.)}">
>     <xsl:apply-templates/>
>       <xsl:sort select="document/article/bibliography/bibilioentry[.=current()]" data-type="text" order="descending"/>
>   </div>
> </xsl:template>

Your error may result from closing apply-templates early.  Instead:

  <xsl:apply-templates>
    <xsl:sort ...>
  </xsl:apply-templates>

-John

Previous by date: 9 Dec 2003 00:53:18 -0000 Re: transformations: alphabetizing bibliographies, Emma Jane Hogbin
Next by date: 9 Dec 2003 00:53:18 -0000 warning.gif?, Rodolfo J. Paiz
Previous in thread: 9 Dec 2003 00:53:18 -0000 Re: transformations: alphabetizing bibliographies, Emma Jane Hogbin
Next in thread: 9 Dec 2003 00:53:18 -0000 Re: transformations: alphabetizing bibliographies, Emma Jane Hogbin


  ©The Linux Documentation Project, 2014. Listserver maintained by dr Serge Victor on ibiblio.org servers. See current spam statz.