OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: 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


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