From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11363 invoked by alias); 24 Jan 2004 02:28:23 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 11340 invoked from network); 24 Jan 2004 02:28:20 -0000 Received: from unknown (HELO web60210.mail.yahoo.com) (216.109.118.105) by sources.redhat.com with SMTP; 24 Jan 2004 02:28:20 -0000 Message-ID: <20040124022819.81080.qmail@web60210.mail.yahoo.com> Received: from [202.88.224.104] by web60210.mail.yahoo.com via HTTP; Fri, 23 Jan 2004 18:28:19 PST Date: Sat, 24 Jan 2004 04:46:00 -0000 From: Elvin Peterson Subject: Re: xmlto errors To: Cygwin List In-Reply-To: <6.0.1.1.0.20040123153505.03a17b38@127.0.0.1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes X-SW-Source: 2004-01/txt/msg01032.txt.bz2 --- Larry Hall wrote: > At 01:20 PM 1/23/2004, Elvin Peterson you wrote: > > > > > > >Test command: > > > >$ xmlto -o xml html-nochunks xmlto.xml > > > >The file xmlto.xml is the one distributed with > xmlto > >(uses docbook 4.2). > > > OK, from what you've provided, I don't see anything > wrong with the > installation and I cannot reproduce your problems > (though I'm a > complete newbie with xmlto so I can't claim that > means anything). > Looking at the script, it appears to me that there > is some > possibility that spaces in $PWD has the potential to > foul up the > second usage of basename, accounting for the first > complaint you > mentioned. Perhaps you want to add 'set -x' to the > start of the > of 'xmlto' and see what it tells you. For the basename problems, it seems that 341,342c341,342 < XSLT_PROCESSED="$XSLT_PROCESSED_DIR/$(basename ${INPUT_FILE%.*}).proc" < --- > foo=`basename "${INPUT_FILE%.*}"` > XSLT_PROCESSED="$XSLT_PROCESSED_DIR/$foo.proc" Thanks. __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/