From dev-return-15265-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Mon Mar 14 17:43:49 2005 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 73476 invoked from network); 14 Mar 2005 17:43:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Mar 2005 17:43:49 -0000 Received: (qmail 41202 invoked by uid 500); 14 Mar 2005 17:43:48 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 41159 invoked by uid 500); 14 Mar 2005 17:43:48 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 41145 invoked by uid 99); 14 Mar 2005 17:43:48 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from ns3.wkwyw.net (HELO ns3.wkwyw.net) (217.199.181.91) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 14 Mar 2005 09:43:47 -0800 Received: (qmail 27035 invoked from network); 14 Mar 2005 17:43:49 -0000 Received: from 82-69-78-226.dsl.in-addr.zen.co.uk (HELO ?192.168.0.4?) (82.69.78.226) by ns3.wkwyw.net with SMTP; 14 Mar 2005 17:43:49 -0000 Message-ID: <4235CD4A.80801@apache.org> Date: Mon, 14 Mar 2005 17:43:38 +0000 From: Ross Gardler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: Hugo ? - Open Writer Plugin. References: <42259DDC.2030807@pcotech.fr> <4225F1D5.3000404@brondsema.net> <479269774.20050314155313@soethe.net> <4235AAFF.50308@brondsema.net> <15110136370.20050314175516@soethe.net> In-Reply-To: <15110136370.20050314175516@soethe.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ferdinand Soethe wrote: > > Dave Brondsema wrote: > > DB> Sounds like a good idea. Unfortunately, I'm not sure if there's any way > DB> for an XSL template to hook in to an error reporting system. We could > DB> just change "hugo" to be "Error: Non-Hierarchical OpenOffice.org > DB> Headings" and the user would have to look at the file itself to notice > DB> the error. > > Yeah, I thought about that as well. Althought it means that you have > to structure headings properly or your page will look bad. > > If we expect people to have good reasons to not structure their pages > properly, how about writing the warning as an html-comment. That way > you could still find it but a normal user wouldn't get to see it? > > But then again, why not force people to use proper structuring, after > all we are not doing html here, are we :-) > > So if nobody objects, I'll change the hugo code to include a visible > error message within the heading element and quoting the headings > text so that it can be found and corrected. You could use the FIXME tag in XDoc. Ross