← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: Customizing "user.footer.content"...

From
Norman Walsh <>
Date
2003-05-20T16:37:14+00:00
ID
Thread
Re: Customizing "user.footer.content"...
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[ Follow-ups to docbook-apps, please. ]

/ Giuseppe Greco <> was heard to say:
| Hi all,
|
| to modify the footers of HTML document, one has just
| to override "user.footer.content like this:
|
| <xsl:templatea tag pair like this name="user.footer.content">
|   <b>bla bla</b>
| </xsl:template>
|
| Well, giving a document that contains something like this
|
| ...
| <copyright>
|   <year>2003</year>
|   <holder>My Company Name</holder>
| </copyright>
| ...
|
| how can I include copyright assert and holder in
| "user.footer.content"?

<xsl:template name="user.footer.content">
  <b>bla blah</b>
  <xsl:apply-templates select="/article/articleinfo/copyright"/>
</xsl:template>

Modified as necessary depending on what the root element of your
document is. You might even use //copyright[1], if you know you'll
only have one copyright statement.

                                        Be seeing you,
                                          norm

- -- 
Norman Walsh <>      | Impatient people always arrive too
http://www.oasis-open.org/docbook/ | late.--Jean Dutourd
Chair, DocBook Technical Committee |
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.7 <http://mailcrypt.sourceforge.net/>

iD8DBQE+ylx+OyltUcwYWjsRAurMAKChvEj7njE3OJ5UItSx4MwGFWNT2ACgrLHu
uZl/DZXnEBFHpVA0oNxlmd0=
=ApGf
-----END PGP SIGNATURE-----
← Prev in month ← Prev in thread
Next in thread → Next in month →