Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TtTyT-0001F1-W7 for pgsql-docs@arkaria.postgresql.org; Fri, 11 Jan 2013 02:04:02 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1TtTyT-00011Q-1S for pgsql-docs@arkaria.postgresql.org; Fri, 11 Jan 2013 02:04:01 +0000 Received: from makus.postgresql.org ([98.129.198.125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TtTyS-00011L-EJ for pgsql-docs@postgresql.org; Fri, 11 Jan 2013 02:04:00 +0000 Received: from www12011ue.sakura.ne.jp ([49.212.150.25] helo=mailhost.hayamiz.com) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TtTyN-0002K5-V0 for pgsql-docs@postgresql.org; Fri, 11 Jan 2013 02:03:58 +0000 Received: from cod (EM117-55-68-135.emobile.ad.jp [117.55.68.135]) by mailhost.hayamiz.com (Postfix) with ESMTPSA id 6D281321868; Fri, 11 Jan 2013 11:03:52 +0900 (JST) Content-Type: text/plain; charset=iso-2022-jp; format=flowed; delsp=yes To: "Josh Kupershmidt" Cc: pgsql-docs@postgresql.org Subject: Re: PostgreSQL docs in ePub format References: Date: Fri, 11 Jan 2013 11:03:50 +0900 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Yuto HAYAMIZU" Message-ID: In-Reply-To: X-Virus-Scanned: clamav-milter 0.97.5 at www12011ue X-Virus-Status: Clean User-Agent: Opera Mail/12.02 (Win32) X-Pg-Spam-Score: -1.9 (-) 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 Fri, 11 Jan 2013 10:11:24 +0900, Josh Kupershmidt wrote: > 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. I'm using xlstproc 1.1.26-7ubuntu0.1: $ xsltproc --version Using libxml 20708, libxslt 10126 and libexslt 815 xsltproc was compiled against libxml 20708, libxslt 10126 and libexslt 815 libxslt 10126 was compiled against libxml 20708 libexslt 815 was compiled against libxml 20708 stylesheet-epub.xml was copied from docbook-xsl package (version 1.75.2+dfsg-5ubuntu1) on Ubuntu 11.10, and modified import/include lines like this: @@ -16,10 +16,8 @@ version="1.0"> - - - - + + 1 The patch also worked for current head (9d5a160c) my machine, though I'm not sure this is the right manner. Yuto HAYAMIZU > 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. > > > 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