> I found the problem with XSLT on Windows. You should use URLs not > filenames in xsl:import instruction (used in xsl/*.xsl). Thus you must > run configure in the following way: > > ./configure --with-xsl=file:///e:/src/db/xsl > > Where e:/src/db/xsl is path to your local copy of DocBook XSL > stylesheets. The problems is, that current configure tests whether > stylesheets exist at this location and this test fails because configure > script doesn't understand this URL syntax. So we should remove this test > from configure.in and let user input whatever value he supplies.
I have added a temp option, --with-mxsl for this stuff. We can use this till the xsl thing is correctly integrated into phpdoc scripts. Goba