Samuel Wright wrote:
Hi All,

Does any one have some xslt to produce something like a table of changes?

I'm interested in having a list of all changes between two revision of
the document. We're using diffmk to produce a marked up docbook with
revisionflag entries, and the next logical step is to have some xslt
to gather up the revisionflag entries to create a basic revhistory
table (preferably clickable).

We're mainly looking at PDF output for what it is worth.

Has anyone does this before?

http://www.dpawson.co.uk/xsl/sect2/N7402.html#d11298e13

Shows the basis.
  You can iterate over each element from docbook you need
   then iterate over it's children, same way
  to generate the toc.

HTH

regards

--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to