> as a side project, make some progress on the XSLT front, the tools seem to
> be maturing.
> Jirka, I remember that you and Jim did some experimenting with XSLT
> transformer tools in the beginning of this year. Would you make a summary
> of what the results were and why we aren't using those tools yet, or, if
> you have already done that, point me to it?
We are exactly on the same way here ;) I contacted Jirka about those
XSLT sheets, and what they can do, and got some good letters.
Especially it seems that the XSLT ones are better for chm generation,
as we can generate the three documents needed for the CHM make program
in one step, and no need for those tricky but ugly PHP regexs in
make_chm.php and make_chm_fancy.php :))
Quotes from Jirka about this subject (from personal letters):
------------------------------------------------------------------------
> I have used XSLT stylesheets to generate CHM from phpdoc few months
> ago with great success. If you have any problems, don't hesitate
> contact me.
------------------------------------------------------------------------
> Current DocBook XSL stylesheets contains out-of-the box support for HTML
> Help, so there is no need for downloading separate archive from my site.
> XSL stylesheets work perfectly, only problems is that many people are
> not used to them (many unix system comes with DSSSL support but not with
> XSL). I ported main customizations from DSSSL to XSL quite ago. It
> looked to me that noone uses this stuff, so I did not add new features.
> If there is something missing what is in DSSSL and not XSL tell me, I
> can fix it.
------------------------------------------------------------------------
And you can read README.xsl in the phpdoc root to get some info
how you can build the docs using XSLT.
Goba