From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/10113 Path: main.gmane.org!not-for-mail From: scarso luigi Newsgroups: gmane.comp.tex.context Subject: Re: DocBookInConTeXt customization? Date: 12 Dec 2002 14:29:30 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <1039699770.25107.28.camel@luigis.logo.net> References: <20021212103417.GA5897@mail.inet.hr> <9B3F21D2-0DC6-11D7-B0AD-0050E4258255@fastmail.fm> <20021212123112.GA11434@mail.inet.hr> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1039699909 6448 80.91.224.249 (12 Dec 2002 13:31:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 12 Dec 2002 13:31:49 +0000 (UTC) Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18MTQL-0001bY-00 for ; Thu, 12 Dec 2002 14:30:45 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6EF3410AF1; Thu, 12 Dec 2002 14:30:58 +0100 (MET) Original-Received: from luigis.logo.net (host158-124.pool217223.interbusiness.it [217.223.124.158]) by ref.ntg.nl (Postfix) with ESMTP id 549FF10AEF for ; Thu, 12 Dec 2002 14:29:26 +0100 (MET) Original-Received: (from luigi@localhost) by luigis.logo.net (8.11.6/8.11.6) id gBCDTUO25485; Thu, 12 Dec 2002 14:29:30 +0100 X-Authentication-Warning: luigis.logo.net: luigi set sender to scarsoluigi@libero.it using -f Original-To: ntg-context@ntg.nl In-Reply-To: <20021212123112.GA11434@mail.inet.hr> X-Mailer: Ximian Evolution 1.0.3 (1.0.3-4) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:10113 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:10113 >From my point of view, i see DocBookInConTeXt/ConTeXt as a XML(DocBook compliant document) => pdf converter, as FOP, ie +----+ +----------+ +----+ |XML | --------> |FOP engine|------->| PDF| |doc | +----------+ +----+ |Book| ^ +----+ | +-------+ |XSL doc| +-------- +----+ +----------+ +----+ |XML | --------> |ConTeXt |------->| PDF| |doc | +----------+ +----+ |Book| ^ +----+ | +----------------+ |DocBookInConTeXt| +----------------+ With same input, the output should be the same. Hence, the only way to specify formatting informations must be in a xml docbook document, not manipulating intermediate stylesheets that will corrupt the portability of a document. So i think that our efforts must be in direction to implement docbook semantic by DocBookInConTeXt for ConTeXt engine. For simon: I just started to study env. in DBinConTeXt, so what about and ? luigi