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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=xK9dE40lNwh6kmBT8lYISfBMJ1Yo/p7zGWi6Gtvyqo2 bNtfLEN6tml836+NeQUoHUAq+HWG0wprT4U0rEU2WPWqGQ6qpiFLPBsS98vLm841 Bv1FrVt/Jw1ka1wj93w4K6fxpkuKU66cXRaYpHTn2iKkU49fQd6r1fm4xGLKrC60 = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=umqznF1HJpWmINGWoaD+qTgWV/U=; b=FpmfbaUJiejqz3pZ5 6insB1hja3kHFHRBSmr3C652gB5nlxxnP7AFIgV3Vc8lZgSURwxphv3a4h/29Sou RMEtVvIPq6/tCOEQuHfH1uoSrJcGL0M/GOoKNU7H0K/6/aOeMwE8vcjZGNJYiDS6 GbKnXRZErUfet8ABEcwCwwujhQ= 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=-5.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 X-Received: by 10.50.194.200 with SMTP id hy8mr2746430igc.3.1365917894825; Sat, 13 Apr 2013 22:38:14 -0700 (PDT) Message-ID: <516A40C7.7080004@users.sourceforge.net> Date: Sun, 14 Apr 2013 00:38:15 -0500 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: docbook2pdf errors References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013-04-12 08:52, Frank Fesevur wrote: > I want convert some documention I wrote to DocBook, but first I want > to have my environment setup correctly. So I installed all the docbook > packages and created a book.xml from the sample at > http://www.docbook.org/tdg/en/html/book.html and did some minor > changes. > > This document validates properly with these commands: [snip] > But when I try to convert it to a pdf I get a lot of errors: [snip] > Did I do something wrong in this very basic setup, or is there > something wrong with a docbook related package? docbook-utils is primarily for handling SGML, and uses (Open)Jade for processing. It is a known issue that the latter does not properly handle character entities from the newer versions (4.4+) of the DocBook XML DTD. While you could work around this by using the 4.3 DTD, you should be using xmlto(1) for XML instead: xmlto --with-dblatex pdf book.pdf HTH, Yaakov -- 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