X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:date:from:to:subject:in-reply-to :references:message-id; q=dns; s=default; b=uILCMWv4ZXwedcJf2AiQ gu4foabzyMOloUurMRtrtj8SsYb28BqWwvPgSzLSUpM4FiGS6tCEhksGLEfMd2mQ 4NtNI4D3GdXr1cITqi0aevlpIgzH2ZHVY853xQkjcs6z2a+PrEvV6Tq2COzlDlse r/kmHVKr97MIXLg2gWDC4vs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:date:from:to:subject:in-reply-to :references:message-id; s=default; bh=HosWDj40CO97ifoLgGBW42BcMO o=; b=CBIoT4WwE1Yv5SNPDxg9G2WGHoxjTq0wJtyczuEnn1pefbWTbM62CywGkr MoBOai4f8HI3F8ZrNH2mT/lFlgo/fOwnUZa6BbB2h0ESNuMdRUS5M9jSWl/Djgs0 28EZ6Ouyk67jr07Jv4NHDyesSkJRmgBREPTfa5ng4eTesU70Y= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 12 Apr 2013 16:35:13 +0200 From: Markus Hoenicka To: Subject: Re: docbook2pdf errors In-Reply-To: References: Message-ID: X-Sender: markus DOT hoenicka AT mhoenicka DOT de User-Agent: Roundcube Webmail/0.8.1 X-Df-Sender: bWFya3VzLmhvZW5pY2thQG1ob2VuaWNrYS5kZQ== X-IsSubscribed: yes Frank Fesevur was heard to say: > 2013/4/12 Markus Hoenicka: >> I have never used the docbook2pdf tool, but these messages indicate >> that it >> attempts to transform an XML document using Jade and the DocBook >> DSSSL >> stylesheets. While you may be able to get this to work with a little >> effort, >> I'd recommend to use an XSLT-based toolchain (e.g. xslt and fop) and >> the >> DocBook XSL stylesheets for XML documents. > > I am a docbook newbie so I just wanted to try docbook2pdf to see what > the generated pdf looks like. > You should understand that the entity stuff that you bumped into was a necessity of SGML documents in the days of yore as there was no such thing as UTF-8. XML documents can use the non-ASCII characters directly instead of using character entities if they use UTF-8. This is usually declared in the header like this: In order to set up your XML toolchain, please peruse the excellent instructions here: http://www.sagehill.net/docbookxsl/ regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple