From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9138 invoked by alias); 27 Apr 2005 12:05:08 -0000 Mailing-List: contact docbook-tools-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: docbook-tools-discuss-owner@sources.redhat.com Received: (qmail 8989 invoked from network); 27 Apr 2005 12:04:53 -0000 Received: from unknown (HELO oceanic.wsisiz.edu.pl) (213.135.44.33) by sourceware.org with SMTP; 27 Apr 2005 12:04:53 -0000 Received: from localhost (localhost [127.0.0.1]) by oceanic.wsisiz.edu.pl (Postfix) with ESMTP id 8C32A33E65D for ; Wed, 27 Apr 2005 14:04:52 +0200 (CEST) Received: from mask.wsisiz.edu.pl (mask.wsisiz.edu.pl [213.135.44.35]) by oceanic.wsisiz.edu.pl (Postfix) with ESMTP id 7856033E645 for ; Wed, 27 Apr 2005 14:04:51 +0200 (CEST) Received: from mask.wsisiz.edu.pl (localhost [127.0.0.1]) by mask.wsisiz.edu.pl (8.13.1/8.12.8) with ESMTP id j3RC4oTc008129 for ; Wed, 27 Apr 2005 14:04:50 +0200 Received: (from apache@localhost) by mask.wsisiz.edu.pl (8.13.1/8.12.11/Submit) id j3RC4o6t008124; Wed, 27 Apr 2005 14:04:50 +0200 X-Authentication-Warning: mask.wsisiz.edu.pl: apache set sender to h.sokolowski@wsisiz.edu.pl using -f Received: from odyn.biatel.pl ([80.51.9.3]) (SquirrelMail authenticated user sokolowh) by poczta.wsisiz.edu.pl with HTTP; Wed, 27 Apr 2005 14:04:50 +0200 (CEST) Message-ID: <48839.80.51.9.3.1114603490.squirrel@poczta.wsisiz.edu.pl> In-Reply-To: <200504271345.25262.e.bischoff@noos.fr> References: <39627.80.51.9.3.1114593391.squirrel@poczta.wsisiz.edu.pl> <200504271345.25262.e.bischoff@noos.fr> Date: Wed, 27 Apr 2005 12:05:00 -0000 Subject: Re: paper type From: "Hubert Sokolowski" To: docbook-tools-discuss@sources.redhat.com User-Agent: SquirrelMail/1.4.4-1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-SW-Source: 2005/txt/msg00011.txt.bz2 > Le Mercredi 27 Avril 2005 11:16, Hubert Sokolowski a écrit : >> Hi! >> >> Sorry for asking again, as I suppose, very newbie questions. I have >> upgraded openjade and jadetex to the latest versions, and installed >> Normal Walsh's style sheets. I also have some xml tests documents. How >> to >> generate a PDF document from for example informaltable.001.xml (as found >> in docbook-testdocs-1.1) using openjade and jadetex ? > > docbook2html ? > > But if you want to use fop, as your previous messge stated, you don't need > neither openjade nor jadetex. That's for DSSSL. I have decided to use openjade with DSSSL and pdfjadetex. but when I execute a command openjade -s /usr/share/sgml/docbook/docbook-dsssl-1.79/common/catalog -d /usr/share/sgml/docbook/docbook-dsssl-1.79/print/docbook.dsl file.xml I get errors like this openjade:E: error reading "/usr/share/sgml/docbook/docbook-dsssl-1.79/print" (It is a directory) openjade:/usr/share/sgml/docbook/docbook-dsssl-1.79/common/catalog:1:0:E: character "O" not allowed in prolog openjade:E: specification document does not have the DSSSL architecture as a base architecture this is probably a bad way to execute openjade but I could not find any examples on it.