At 08:28 29-10-2002, Gabor Hojtsy wrote:
> The howto needs work too :) > The download links don't seem to work and some of the SRMPS (which don't apply > to my system by the way) are no longer available at sources.redhat.com.Doh. > Secondly - it's not very clear if I need those 5 OR jade, or a few of those > AND jade. What 5 ? All tools are needed including jade. XSLT rendering is dealt with in a different part, and it's mentioned that it's currently not used in production at phpdoc.
howto/tools.xml: You will need to download the following files: docbook-4.x.src.rpm jade-1.2.x-4.src.rpm jadetex-2.x-0.src.rpmp sgml-1.2.x-1.src.rpm sgml-common-0.1-3.src.rpm
Lynx is used to filter the output and create the text formatted.> Thirdly - looking at the stuff about lynx, I think that's the problem. My lynx > version is very old. I'll try and upgrade it. > Lynx Version 2.8.2rel.1 (01 Jun 1999) > Built on bsdi4.1 Nov 16 1999 17:16:16 Lynx??? How links come to the picture?
The output looks like text output, cause there are no tags, that's why I thought
of Lynx.
> The errors for the howto: > /usr/local/bin/openjade:dsssl/howto.dsl:1:73:W: cannot generate system > identifier for public text "-//James Clark//DTD DSSSL > Style Sheet//EN" > /usr/local/bin/openjade:dsssl/howto.dsl:8:0:E: reference to entity > "STYLE-SHEET" for which no system identifier could be gen > erated >From this, I can say, that you lack your "catalog" files setup. Configure tries to add some entries needed to the catalog list specified on the command lin of some calls, but it seems it fails. You need to set up an SGML_CATALOG_FILES env. var pointing to openjade's "catalog" file (it's name should be catalog AFAIK). See: http://supportweb.cs.bham.ac.uk/documentation/tutorials/docsystem/ build/tutorials/docbooksys/segmentedhtml/ch02s04.html
If that's it - it should be easy to detect, if SGML_CATALOG_FILES is set and writeable (cause I have it, but it's not writeable and I don't have the env var set). I'll prepare a patch for the Makefile.in. The fact that the result of a non-accessible catalog file is a dump on stdout is not a logical relation :) With kind regards, Melvyn Sopacua <?php include("not_reflecting_employers_views.txt"); ?> -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php