Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 50919 invoked from network); 6 Apr 2005 11:53:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Apr 2005 11:53:15 -0000 Received: (qmail 63295 invoked by uid 500); 6 Apr 2005 11:53:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 63207 invoked by uid 500); 6 Apr 2005 11:53:03 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 63180 invoked by uid 99); 6 Apr 2005 11:53:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from fep19-0.kolumbus.fi (HELO fep19-app.kolumbus.fi) (193.229.0.45) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 06 Apr 2005 04:53:02 -0700 Received: from rodan.metadoc.fi ([217.152.56.211]) by fep19-app.kolumbus.fi with ESMTP id <20050406115258.RLUC8010.fep19-app.kolumbus.fi@rodan.metadoc.fi>; Wed, 6 Apr 2005 14:52:58 +0300 Received: from fred by rodan.metadoc.fi with local (Exim 4.50) id 1DJ95d-0003m1-Sd; Wed, 06 Apr 2005 14:52:57 +0300 Date: Wed, 6 Apr 2005 14:52:57 +0300 From: Fred Baube To: Derby Development Subject: DITA docs & conrefs & xalan & ant & ... Message-ID: <20050406115257.GA14272@metadoc.fi> Reply-To: fred@metadoc.fi References: <423F386C.8030001@eyemaginations.com> <42403F67.7050308@sbcglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organisation: Metadoc Oy User-Agent: Mutt/1.5.6+20040907i X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks to all for help with previous questions. Here's another :) I'm generating the PDF's in a servlet, using stylesheets straight from DITAOT-1.0, and Xalan. I'm finding that many parameters are missing from the final output. For example, in adminguide/"Purpose of this Guide": This guide explains how to use in a multiple-client environment. It also provides information that a server administrator might need to keep running with high performance and reliability in a server framework or a multiple-client application server. (When running in embedded mode, databases typically do not need any administration.) If I examine the source, I find that the XML element has not been replaced. It and many other properties are defined in adminconrefs.dita . So, my Xalan environment in my servlet is not successfully resolving these conref's. What am I missing ? An argument to Xalan ? A stylesheet specific to Derby ? A quick look at the "make pdf" target does not reveal any clues. thanks, fred baube