Custom article info

Subject: Custom article info
From: wrobell <wrobell@xxxxxxxxxxxxxxxxx>
Date: Fri, 13 Oct 2000 00:49:30 +0200
I would like to make custom article info in format:
 +--------------+--------------+--------------+----------------+
 |     Project: | Project name |      Author: | Name Surname   |
 |     Subject: | This the     |      e-mail: | this@xxxxxxxxx |
 |              | subject      |              |                |
 +--------------+--------------+--------------+----------------+

For example with document:

<!DOCTYPE ARTICLE PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<article>
  <artheader>

    <author>
      <firstname>Name</firstname>
      <surname>Surname</surname>
    </author>

    <title>Sample title</title>

  </artheader>
  <sect1>
  <title>Section</title>
  This is the section
  </sect1>
</article>

I would like to get:
-------------------------------------------------------------------
 +--------------+--------------+--------------+----------------+
 |     Project: | Project name |      Author: | Name Surname   |
 |     Subject: | Sample title |      e-mail: | this@xxxxxxxxx |
 +--------------+--------------+--------------+----------------+

Section
  This is the section
-------------------------------------------------------------------

Is anybody write sample DSSSL stylesheet or point to any useful
examples?

  wrobell <wrobell@xxxxxxxxxxxxxxxxx>

Attachment: pgp00000.pgp
Description: PGP signature

Current Thread