From owner-freebsd-doc@FreeBSD.ORG Sun May 25 06:01:58 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC4F37B401 for ; Sun, 25 May 2003 06:01:58 -0700 (PDT) Received: from shrike.submonkey.net (pc1-cdif2-5-cust38.cdif.cable.ntl.com [81.101.150.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CEEF43F75 for ; Sun, 25 May 2003 06:01:57 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.20) id 19Jv8M-000IWu-NP; Sun, 25 May 2003 14:01:54 +0100 Date: Sun, 25 May 2003 14:01:54 +0100 From: Ceri Davies To: Dag-Erling Smorgrav Message-ID: <20030525130154.GA71089@submonkey.net> Mail-Followup-To: Ceri Davies , Dag-Erling Smorgrav , "Simon L. Nielsen" , doc@freebsd.org References: <20030523015453.GF92953@nitro.dk> <20030523141349.GF402@nitro.dk> <20030523203245.GG3794@nosferatu.blackend.org> <20030524085738.GB806@nosferatu.blackend.org> <20030524103711.GE418@nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: "Simon L. Nielsen" cc: doc@freebsd.org Subject: Re: doc build with .OBJDIR X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2003 13:01:58 -0000 On Sat, May 24, 2003 at 01:01:55PM +0200, Dag-Erling Smorgrav wrote: > "Simon L. Nielsen" writes: > > Doesn't the XML docbook have problems with including other files as done > > e.g. in the handbook? > > Not at all: > > > "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd" [ > > %manpages; > ]> That works, but all the parameter entities in handbook/book.sgml, such as all fail, since marked sections aren't allowed in an XML document. I suspect this is what Simon was referring to. If it turns out that we don't care about using this functionality and are prepared to lose it, then I have a patch to doc.docbook.mk here that allows an XML build to finish (although the finished documents don't quite validate due to a strange issue with the footer in freebsd-html.xsl), although it does have other issues as I've outlined previously (<20030413200045.GA97520@submonkey.net>). Ceri --