← Prev in month
← Prev in thread
Customizing Figure Titles
Hello all, Any suggestions on how to go about customizing the standard <figure> element titles in XSLT? Current when you render docbook with <figure> you get formatting that looks like: Figure 1 I’m looking to bring in the <xsl:number from="book" count="chapter" format="1"/> tag so that it outputs like this: Figure 4-1 The 4 being the chapter number. Any suggestions on what template needs the modification? Thanks David White
← Prev in month
← Prev in thread