Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TtT9x-0000DL-8h for pgsql-docs@arkaria.postgresql.org; Fri, 11 Jan 2013 01:11:49 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1TtT9w-00064F-Pt for pgsql-docs@arkaria.postgresql.org; Fri, 11 Jan 2013 01:11:48 +0000 Received: from makus.postgresql.org ([98.129.198.125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TtT9v-000649-SG for pgsql-docs@postgresql.org; Fri, 11 Jan 2013 01:11:48 +0000 Received: from mail-vb0-f50.google.com ([209.85.212.50]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TtT9t-0001cR-So for pgsql-docs@postgresql.org; Fri, 11 Jan 2013 01:11:47 +0000 Received: by mail-vb0-f50.google.com with SMTP id ft2so974215vbb.9 for ; Thu, 10 Jan 2013 17:11:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=HZONly0Yh/E7IJXVGZEcXOA9kphMXB7EVbij26kr3/4=; b=FdBw1V6shXt4a4M4tkv2ye+MX48Ei2Qn3eQ0J0k3Esr8IORjjJJECZkFU1ImUk8U7x Vp8xzzQ483vbLVFnTTfmUIhou80BVeqj0Zg3E9Z5+e+usrfq7e+1xNq5ymJzNO3bSxJU QB0Hb8IfDCeKGbJjJ2QkscCl/6uYXQceYLOSHf9Jvl05RlkRCWPTxHXnJ+ep1tur8HLG z76MB1ZBAzZWgPSw3BwN5UoSY3wPce0MwuDOHg0nn16zsx7EkoaOQt0kYTqIudnIwvkw zHommLRc1+1gQAE7LEo50RQUbeRdm10TfdATmgvkHi33+8WMqU047NxF7Z5l/Ha7RsrP ryEg== Received: by 10.52.30.108 with SMTP id r12mr82835763vdh.72.1357866704800; Thu, 10 Jan 2013 17:11:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.58.85.41 with HTTP; Thu, 10 Jan 2013 17:11:24 -0800 (PST) In-Reply-To: References: From: Josh Kupershmidt Date: Thu, 10 Jan 2013 18:11:24 -0700 Message-ID: Subject: Re: PostgreSQL docs in ePub format To: Yuto HAYAMIZU Cc: pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org On Wed, Jan 9, 2013 at 8:28 PM, Yuto HAYAMIZU wrote: > I created a patch for making ePub document and post it to this ML about 3 > month ago, but no response :( > So post again. I'm glad if it helps you. I don't see a previous posting of that patch in my email client or in the archives, so perhaps your original message got lost. Was there any more information about the patch (e.g. where the stylesheet-epub.xsl came from) you could post? Also, there is a spurious whitespace change in ./doc/src/sgml/Makefile introduced by the patch. When I try your patch on my Debian lenny machine, I get: $ make postgres.epub xsltproc --stringparam pg.version '9.3devel' stylesheet-epub.xsl postgres.xml runtime error: file stylesheet-epub.xsl line 96 element choose Variable 'exsl.node.set.available' has not been declared. make: *** [postgres.epub] Error 10 FYI, I'm using xsltproc dpkg version 1.1.24-2, here is some more version info: $ xsltproc --version Using libxml 20632, libxslt 10124 and libexslt 813 xsltproc was compiled against libxml 20632, libxslt 10124 and libexslt 813 libxslt 10124 was compiled against libxml 20632 libexslt 813 was compiled against libxml 20632 Josh -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs