From: Mark Hobley on
Is there a document viewer that will present a Docbook / SGML document
in presentable human readable form rather than in raw markup language
format?

I have a document that begins:

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">

Please advise.

Mark.

--
Mark Hobley,
393 Quinton Road West,
Quinton, BIRMINGHAM.
B32 1QE.
From: Dances With Crows on
Mark Hobley staggered into the Black Sun and said:
> Is there a document viewer that will present a Docbook / SGML document
> in [a] presentable human readable form rather than in raw markup
> language?

docbook-sgml-utils contains docbook2html , docbook2man , docbook2txt ,
and various other conversion utilities. Run one of them on the source
file, have it output to a temp file, and point your browser or whatever
at that temp file.

--
This is my rifle, this is my GNU
This is for fighting, this is for $FOO! --AJS in ASR
My blog and resume: http://crow202.dyndns.org:8080/wordpress/
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
From: Sam on
Mark Hobley writes:

> Is there a document viewer that will present a Docbook / SGML document
> in presentable human readable form rather than in raw markup language
> format?
>
> I have a document that begins:
>
> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
>
> Please advise.

Gnome's help browser can usually turn them into something presentable.
Gnome's help files are, if not Docbook XML, a very good imitation of it.