Re: [docbook-apps] DocBook to text

From
W. Martin Borgert <>
Date
2008-06-10T16:48:54+00:00
ID
Thread
Re: [docbook-apps] DocBook to text
On Tue, Jun 10, 2008 at 04:18:46PM +0100, Dave Pawson wrote:
> I'm quite interested in the outcome of this, for the docbook faq
> if nothing else.

Not an outcome, but my current state:

$ xsltproc --nonet --xinclude txt.xsl book.dbk | \
  w3m -cols 70 -dump -T text/html -no-graph > book.txt

With txt.xsl attached.