Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 37825 invoked from network); 15 Jul 2004 10:59:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Jul 2004 10:59:34 -0000 Received: (qmail 20841 invoked by uid 500); 15 Jul 2004 10:59:27 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 20635 invoked by uid 500); 15 Jul 2004 10:59:25 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 20622 invoked by uid 99); 15 Jul 2004 10:59:25 -0000 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL X-Spam-Check-By: apache.org Received: from [81.255.54.11] (HELO mx.laposte.net) (81.255.54.11) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 15 Jul 2004 03:59:23 -0700 Received: from rousalka.dyndns.org (81.64.155.54) by mx.laposte.net (7.0.028) (authenticated as Nicolas.Mailhot) id 40EBF72C0044237C; Thu, 15 Jul 2004 12:59:13 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by rousalka.dyndns.org (Postfix) with ESMTP id 9C297778F80; Thu, 15 Jul 2004 12:59:11 +0200 (CEST) Received: from rousalka.dyndns.org ([127.0.0.1]) by localhost (rousalka.dyndns.org [127.0.0.1]) (amavisd-new, port 10025) with LMTP id 22963-07-2; Thu, 15 Jul 2004 12:59:10 +0200 (CEST) Received: from [192.168.1.40] (cerbere.one2team.com [194.206.159.179]) by rousalka.dyndns.org (Postfix) with ESMTP id 915C7778D82; Thu, 15 Jul 2004 12:59:09 +0200 (CEST) Subject: xslt processing and style ant task From: Nicolas Mailhot To: Ant Users List Cc: xsl-list@lists.mulberrytech.com Content-Type: text/plain Organization: Adresse personnelle Date: Thu, 15 Jul 2004 12:59:07 +0200 Message-Id: <1089889147.25247.11.camel@ulysse.olympe.o2t> Mime-Version: 1.0 X-Mailer: Evolution 1.5.9.2 (1.5.9.2-1) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, I currently need to process and xml document via ant's 1.5.4 style task, using a 1.3.1 jvm and either xalan-j2 2.6.0 or saxon 6.5.3 as the xslt engine. A test run using libxslt's xsltproc shows the stylesheet actually does what I want it to do. Unfortunately the style ant task seems totally xinclude-ignorant. Is it possible to activate xinclude processing, maybe using special processor values ? Else I'll just code a stylesheet to merge the document since it's xinclude usage is simple and well-defined, but doing custom processing on a standard extension feels plain wrong. I'm not interested in any solution that involves changing ant version or installing ant extensions - a requirement of the setup is it must be easily deployed, and introducing new binary requirements is likely to me much heavier than coding a custom stylesheet. Longer-term of course having ant style ignore xinclude by default seems plain wrong. Regards, -- Nicolas Mailhot --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org