Received: from localhost (wm.hub.org [200.46.204.128]) by postgresql.org (Postfix) with ESMTP id 3489D9FA6BB for ; Fri, 6 Oct 2006 15:10:56 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 53696-01 for ; Fri, 6 Oct 2006 18:10:34 +0000 (UTC) X-Greylist: delayed 00:10:53.182044 by SQLgrey- Received: from asav12.insightbb.com (gateway.insightbb.com [74.128.0.19]) by postgresql.org (Postfix) with ESMTP id EA3E99FB411 for ; Fri, 6 Oct 2006 15:10:33 -0300 (ADT) Received: from dhcp-74-132-148-68.insightbb.com (HELO mail.dawninglight.net) ([74.132.148.68]) by asav12.insightbb.com with ESMTP; 06 Oct 2006 13:59:29 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AR4FAMo1JkWBToo4LA Received: from dspam.dawninglight.net (localhost [127.0.0.1]) by mail.dawninglight.net (Postfix) with SMTP id C6210ACB39 for ; Fri, 6 Oct 2006 13:59:39 -0400 (EDT) Received: from [0.0.0.0] (localhost [127.0.0.1]) by mail.dawninglight.net (Postfix) with ESMTP id 0860EACB2F for ; Fri, 6 Oct 2006 13:59:36 -0400 (EDT) Message-ID: <4526987A.7020507@dawninglight.net> Date: Fri, 06 Oct 2006 13:55:06 -0400 From: David Blewett User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: pgsql-docs@postgresql.org Subject: Building Documentation X-Enigmail-Version: 0.94.0.0 OpenPGP: url=http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x66695CEB0363B4B6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Fri Oct 6 13:59:39 2006 X-DSPAM-Confidence: 1.0000 X-DSPAM-Probability: 0.0023 X-DSPAM-Signature: 4526998b87291488657025 X-DSPAM-Factors: 27, postgres+xml, 0.40000, postgres+xml, 0.40000, DocBook, 0.40000, Date*06+0400, 0.40000, but, 0.40000, but, 0.40000, different+box, 0.40000, Received*(localhost+[127.0.0.1]), 0.40000, postgres, 0.40000, postgres, 0.40000, I+tried, 0.40000, XSL, 0.40000, of+DSSSL, 0.40000, User-Agent*(Windows/20060909), 0.40000, night+and, 0.40000, provide, 0.40000, or, 0.40000, I+heartily, 0.40000, libxml+20626, 0.40000, libxml+20626, 0.40000, (MingW32)+Comment, 0.40000, lot+of, 0.40000, 10, 0.40000, wrap), 0.40000, sgml#gmake+postgres, 0.40000, sgml#gmake+postgres, 0.40000, To*pgsql, 0.40000 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.134 tagged_above=0 required=5 tests=FORGED_RCVD_HELO, SPF_PASS X-Spam-Level: X-Archive-Number: 200610/12 X-Sequence-Number: 3733 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi All: I've been trying to build the documentation for PostgreSQL 8.1.4 for the past few days without much success. First of all, it seems openjade has some severe performance issues. I ran: sgml#gmake postgres.rtf and let it run all night, but nothing had been written to the file. The CPU had been pegged the entire time. On a different box, I let: sgml#gmake postgres.dvi run all night, and it got to 22MB. After seeing this lackluster performance, I tried using XSLT instead of DSSSL. I ran: sgml#gmake postgres.xml sgml#gmake testxml This ran through without error in about 10 minutes. I then added: XSLTPROCFLAGS = -o postgres.fo to the Makefile, so that xsltproc would dump the XSL:FO file for further processing. This generates the command line (watch the wrap): xsltproc -o postgres.fo --stringparam pg.version '8.1.4' stylesheet.xsl postgres.xml However, no .fo file is created. The process runs with a lot of "ID recommended on ...". It runs through the entire document, but no .fo file is created. After browsing through the -doc list, I see mentions of moving to the XML version of DocBook. After the escapades with openjade, I heartily agree with this decision. Meanwhile, can someone provide me with either postgres.rtf or postgres.fot from the 8.1 series? David Blewett The software versions I'm using are as follows: openjade:I: "openjade" version "1.3.2" openjade:I: "OpenSP" version "1.5.2" Using libxml 20626, libxslt 10117 and libexslt 813 xsltproc was compiled against libxml 20626, libxslt 10117 and libexslt 813 libxslt 10117 was compiled against libxml 20626 libexslt 813 was compiled against libxml 20626 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFJph6Zmlc6wNjtLYRAuKPAJ4iYTzGne4n287TCn7a3uTmY07DbwCgiIfW U3EH7oEDpsAu2dUTwvtySRk= =NFwW -----END PGP SIGNATURE-----