Return-Path: X-Original-To: apmail-xmlgraphics-fop-users-archive@www.apache.org Delivered-To: apmail-xmlgraphics-fop-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 74EDB9993 for ; Fri, 7 Oct 2011 10:24:44 +0000 (UTC) Received: (qmail 86052 invoked by uid 500); 7 Oct 2011 10:24:44 -0000 Delivered-To: apmail-xmlgraphics-fop-users-archive@xmlgraphics.apache.org Received: (qmail 86030 invoked by uid 500); 7 Oct 2011 10:24:44 -0000 Mailing-List: contact fop-users-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: fop-users@xmlgraphics.apache.org Delivered-To: mailing list fop-users@xmlgraphics.apache.org Received: (qmail 86023 invoked by uid 99); 7 Oct 2011 10:24:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2011 10:24:44 +0000 X-ASF-Spam-Status: No, hits=1.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FUZZY_XPILL,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of med1985@gmail.com designates 209.85.210.182 as permitted sender) Received: from [209.85.210.182] (HELO mail-iy0-f182.google.com) (209.85.210.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2011 10:24:37 +0000 Received: by iage36 with SMTP id e36so2684565iag.27 for ; Fri, 07 Oct 2011 03:24:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=kEqb2YAl+WolstzNOxNI45pSzcCuq9A8d6AgdTeO/7E=; b=r8ZuursPB4hnuMy2AI//bybVU6vor7vE3xWZEj6EDy2ufSl4FAAn/wo5hXGt7zOS+O Yp2mGQE5kSIcbfJDq7JG4Ogj6lZCgbtFdVq1dwn0AfvL/XMqBCREbW+DsROOXx49KLOu e3ID+IzfQEcnJLoPIMcedfjHIqurdWeFB7r9c= MIME-Version: 1.0 Received: by 10.231.29.149 with SMTP id q21mr3087463ibc.20.1317983056633; Fri, 07 Oct 2011 03:24:16 -0700 (PDT) Received: by 10.231.149.74 with HTTP; Fri, 7 Oct 2011 03:24:16 -0700 (PDT) In-Reply-To: References: Date: Fri, 7 Oct 2011 11:24:16 +0100 Message-ID: Subject: Re: Problem with fo:external-graphic element in processing output from either Saxon or Xalan From: mehdi houshmand To: fop-users@xmlgraphics.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org No problem. Just remember when you're using XSLT that there's an extra step in creating the FO: XSLT + XML --> FO --> FOP --> document output (in your case this is PDF) If you're debugging for any reason, it's usually easiest to use an XSL transformer to create the FO and debug these processes separately. Mehdi On 7 October 2011 11:01, Mike Chambers wrote: > Hi Mehdi, > > Thanks for pointing me in the right direction re: XSLT queries ; apologies for > mis-posting - it's been a busy week getting up to speed with a whole host of new > acronyms, concepts, and complex software packages. > > Best Regards, > Mike > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org > For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org