Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 15737 invoked by uid 500); 19 Nov 2002 04:41:36 -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 15724 invoked from network); 19 Nov 2002 04:41:35 -0000 Received: from ptolemy.goulburn.net.au (203.28.11.5) by daedalus.apache.org with SMTP; 19 Nov 2002 04:41:35 -0000 Received: (qmail 20308 invoked from network); 19 Nov 2002 04:41:44 -0000 Received: from max-01-041.goulburn.net.au (203.28.11.160) by ptolemy.goulburn.net.au with SMTP; 19 Nov 2002 04:41:44 -0000 Subject: Re: more validation suckage.. From: David Crossley To: forrest-dev@xml.apache.org In-Reply-To: <20021118233156.A19316@Hydrogen.MeepZor.Com> References: <20021118233156.A19316@Hydrogen.MeepZor.Com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 (1.0.3-6) Date: 19 Nov 2002 15:41:42 +1100 Message-Id: <1037680903.19493.112555.camel@ighp> Mime-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Tue, 2002-11-19 at 15:31, Rodent of Unusual Size wrote: > now wth is *this* about? > > /home/coar/apache-incubator-site/src/documentation/content/xdocs/drafts/glossary.xml:29:63: The content of element type "strong" must match "(code)". > /home/coar/apache-incubator-site/src/documentation/content/xdocs/drafts/glossary.xml:34:51: The content of element type "strong" must match "(code)". > > and similar weird messages. > > the first line in question is: > >
ApacheCon
> > so what's wrong with that? Easy, the only child element that is allowed inside is , i.e definitely not http://xml.apache.org/forrest/document-v11.dtdx.html#strong How to achieve the result that you want, i do not know. --David