Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 27182 invoked from network); 15 Sep 2003 10:52:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Sep 2003 10:52:23 -0000 Received: (qmail 64004 invoked by uid 500); 15 Sep 2003 10:52:22 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 63825 invoked by uid 500); 15 Sep 2003 10:52:21 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 63814 invoked from network); 15 Sep 2003 10:52:20 -0000 Received: from unknown (HELO grunt25.ihug.com.au) (203.109.249.145) by daedalus.apache.org with SMTP; 15 Sep 2003 10:52:20 -0000 Received: from p56-apx1.syd.ihug.com.au (expresso.localdomain) [203.173.140.56] by grunt25.ihug.com.au with esmtp (Exim 3.35 #1 (Debian)) id 19yqxv-0007tH-00; Mon, 15 Sep 2003 20:52:19 +1000 Received: from jeff by expresso.localdomain with local (Exim 3.35 #1 (Debian)) id 19yqzy-0000xv-00 for ; Mon, 15 Sep 2003 20:54:26 +1000 Date: Mon, 15 Sep 2003 20:54:26 +1000 From: Jeff Turner To: forrest-dev@xml.apache.org Subject: Re: XML links (Re: cvs commit: xml-forrest/src/resources/forrest-shbat forrest.build.xml) Message-ID: <20030915105426.GE1505@expresso.localdomain> Mail-Followup-To: forrest-dev@xml.apache.org References: <20030914134057.44558.qmail@minotaur.apache.org> <20030915103500.GD1505@expresso.localdomain> <3F6597BD.2020801@che-che.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F6597BD.2020801@che-che.com> User-Agent: Mutt/1.5.4i 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 On Mon, Sep 15, 2003 at 12:43:09PM +0200, Juan Jose Pablos wrote: > Jeff, > > >> + > >> + > >> + > >> + > >> + > >> + > >> +--------------------------------------- > >> +${skinconfig.project-name} have disable-xml-link > >> +please change it on ${project.skinconf} > >> +to validate this site. > >> +--------------------------------------- > >> + > > > > > > > >It looks like you have the logic backwards here. This fails is > >disable-xml-link is true, which is the default. > > That is right. As default no-one produce xml output, but we need to > produce xml files in order to validate them. > > > > >I have never understood why the value of disable-xml-links affects > >pre-render validation. Could you explain it to me again? Thanks.. > > Because it is not pre-render validation, It validates our intermediate > format (doc-v12). > > This is to ensure that you *2document.xsl works properly. Oh I see. Validation of the generated XML. Cool. Maybe one day we can expand it to do HTML 4.0.1 validation, as that keeps breaking. --Jeff > Cheers, > Cheche >