Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 2854 invoked from network); 8 Dec 2003 21:13:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Dec 2003 21:13:33 -0000 Received: (qmail 28500 invoked by uid 500); 8 Dec 2003 21:12:05 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 28450 invoked by uid 500); 8 Dec 2003 21:12:04 -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 28384 invoked from network); 8 Dec 2003 21:12:04 -0000 Received: from unknown (HELO mail.datazug.ch) (212.4.65.100) by daedalus.apache.org with SMTP; 8 Dec 2003 21:12:04 -0000 Received: from yahoo.de [212.4.78.165] by mail.datazug.ch with ESMTP (SMTPD32-8.04) id A927105B0234; Mon, 08 Dec 2003 22:12:07 +0100 Message-ID: <3FD4E927.2040802@yahoo.de> Date: Mon, 08 Dec 2003 22:12:07 +0100 From: "J.Pietschmann" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: XSLT with entities and therefore DOCTYPE References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Mike Castle wrote: > So, is there anyway I can get ant to convince XSLT not to validate the > stylesheet, even though it has a DOCTYPE (I really don't want to have to > write a DTD for this thing)? The noise comes from the parser, not from the XSLT processor. Actually it's not really validating, otherwise you'd get a fatal error abort. > Or would anyone know how to hammer xsl:variables into doing what I want? I'm not quite sure what you want to achieve. It seems you are after a sort of dynamic XPath (usual question: are you sure you know what you are doing?). This would require an extension function: [test] In many cases there are simpler ways to do this. Please post a description of your *original* problem on the XSL lits (see below). > Outside of that, where do I go to ask for help (specifically, what would > YOU recommend)? My searches really haven't turned up too much useful > information, but I'm new enough to this that I am probably missing useful > terms that would help. The XSL list is good for all about XSL (both XSLT and XSLFO) http://www.mulberrytech.com/xsl/xsl-list/ For questions about how Xalan handles certain stuff, in particular extensions, check the Xalan docs and the Xalan user list. For the concrete problem at hand it's Xerces who is responsible. There are probably some options to shut it up. On how to apply this options... you are back to ant. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org