wrote:
> I'm in Windows XP and wish to convert an xml file that is in docbook
> format to the following 2 formats:
>
> multiple html files
>
> single pdf file
>
> Are there any free apps that can do this?
Yes, lots. See the XML FAQ at
http://xml.silmaril.ie/authors/style/
The DocBook project provides XSLT transformations to HTML and PDF, and
I think also to LaTeX to make PDF (alternative).
If you don't like the design of the output you can always write your
own stylesheets.
> I need to have them create the table of contents and the indexes from
> my tags also.
That is automated in the code they supply, I believe.
All you need is a copy of a suitable XSL[T] processor (and a copy
of LaTeX if you prefer that). All are freely available for all platforms.
///Peter