Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-08 Thread Gabor Hojtsy
> 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 >

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Gabor Hojtsy
> > Well, I cannot fully understand how this is related, or > > how this holds an opinion of yours, but HTML is the > > only format going to be supported for offline help > > on MS platforms in the following few years. They > > will release MS Help 2.0 the next year. It supports > > XML for TOC sp

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Egon Schmid
From: "Gabor Hojtsy" <[EMAIL PROTECTED]> > > > a) Writing a new DSSSL customization or > > > b) Writing a new XSL customization > > > > > > because > > > > [...] > > > > XML is the way we go. If you want HTML, I want LaTeX :) > > Well, I cannot fully understand how this is related, or > how t

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Gabor Hojtsy
> > a) Writing a new DSSSL customization or > > b) Writing a new XSL customization > > > > because > > [...] > > XML is the way we go. If you want HTML, I want LaTeX :) Well, I cannot fully understand how this is related, or how this holds an opinion of yours, but HTML is the only format go

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Egon Schmid
From: "Gabor Hojtsy" <[EMAIL PROTECTED]> > > > I'll check this out as soon as I have sufficient time. I am > > > currently working on a quite ugly regular expression based > > > implementation to generate newchm output. I am quite ready > > > with it, only some errors are left... > > > > With res

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Gabor Hojtsy
> > I'll check this out as soon as I have sufficient time. I am > > currently working on a quite ugly regular expression based > > implementation to generate newchm output. I am quite ready > > with it, only some errors are left... > > With respect, generating HTML Help by XSLT stylesheets works

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Jirka Kosek
Gabor Hojtsy wrote: > I'll check this out as soon as I have sufficient time. I am > currently working on a quite ugly regular expression based > implementation to generate newchm output. I am quite ready > with it, only some errors are left... With respect, generating HTML Help by XSLT styleshee

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Gabor Hojtsy
> > | $ ./msxsl.exe manual.xml xsl/html.xsl > > | Error occurred while compiling stylesheet 'xsl/html.xsl'. > > | Code: 0x80004005 > > | The xsl:apply-imports instruction may only occur within an > > | xsl:template instruction with a match attribute, and may not > > | occur within an

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Jirka Kosek
Gabor Hojtsy wrote: > > > i should have mentioned: right now i run configure with absolute > > path, using $PWD/configure or `pwd`/configure, that will generate > > absolute pathes for the auto generated entities > > - > I tried $PW

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Jirka Kosek
Hartmut Holzgraefe wrote: > i guess the only real solution is to have the entities file > generated in two versions and copy the right file to > chapters.ent before starting either jade or an xslt processor :( You can insert correct relative path to chapters.ent and similar files. instead of

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Jirka Kosek
Gabor Hojtsy wrote: > MSXML (actually msxsl.exe is able to use MSXML from command line): Don't expect MSXML to work with DocBook stylesheets -- they are too complicated for MSXML -- it crashes on them without any reasonable error message. > | $ ./msxsl.exe manual.xml xsl/html.xsl > | Erro

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Gabor Hojtsy
> i should have mentioned: right now i run configure with absolute > path, using $PWD/configure or `pwd`/configure, that will generate > absolute pathes for the auto generated entities - I tried $PWD/configure under cygwin, and so it

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Hartmut Holzgraefe
Gabor Hojtsy wrote: > Saxon: > > | $ ./saxon.exe manual.xml xsl/html.xsl > | Error on line 35 column 5 of file:/g:/phpcvs/phpdoc/manual.xml: >| Error reported by XML parser: Cannot read from > | file:/g:/phpcvs/phpdoc/entities/en/bookinfo.xml > | (\g:\phpcvs\phpdoc\entities\en\boo

Re: [PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-07 Thread Gabor Hojtsy
> creating bightml using xslt stylesheets and saxon takes less than > 10 minutes compared to over an hour using jade > > creating chunked html takes about an hour using jade and about 5(!) > using saxon, but here gnome libxslt does the job within 20 minutes > > for the print version i have no co

[PHP-DOC] XSLT call to arms! (was Re: [PHP-DOC] revcheck.html)

2002-02-06 Thread Hartmut Holzgraefe
Slawomir Pucia wrote: >>- How often are the build? >> > > Since there are 15 (?) manuals to build now, and it takes about 5 hours > each, [...] creating bightml using xslt stylesheets and saxon takes less than 10 minutes compared to over an hour using jade creating chunked html takes about an