← Prev in month ← Prev in thread

XSL Customization for biblioentry generated text with xref

From
Mattias Hird <>
Date
2015-09-02T11:30:50+00:00
ID
Thread
XSL Customization for biblioentry generated text with xref
Hello,

I am trying to customize the generated text from xref to biblioentries but can't get it to work. It works fine for chapter, appendix and section elements, but not biblioentry.
The XSL I am using:

<l:context name="xref">

  <l:template name="appendix" text="App. %n: &#8220;%t&#8221;"/>

  <l:template name="chapter" text="Chap. %n: &#8220;%t&#8221;"/>

  <l:template name="section" text="Sec. %n: &#8220;%t&#8221;"/>

  <l:template name="biblioentry" text="Bibl. %n: &#8220;%t&#8221;"/>

</l:context>

What am I missing and/or am doing wrong?

Regards,

Mattias Hird
← Prev in month ← Prev in thread