From dev-return-19503-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Wed Sep 07 23:38:21 2005 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 5062 invoked from network); 7 Sep 2005 23:38:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2005 23:38:21 -0000 Received: (qmail 83544 invoked by uid 500); 7 Sep 2005 23:38:20 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 83518 invoked by uid 500); 7 Sep 2005 23:38:20 -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 List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 83502 invoked by uid 99); 7 Sep 2005 23:38:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 16:38:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 16:38:32 -0700 Received: from fo2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id j87NcHMq013706 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 7 Sep 2005 18:38:17 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by fo2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id j87NcHP0013663 for dev@forrest.apache.org; Wed, 7 Sep 2005 18:38:17 -0500 X-Authentication-Warning: fo2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Thu, 8 Sep 2005 09:38:11 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: XHTML2 namespace Message-ID: <20050907233811.GA13382@igg.indexgeo.com.au> References: <20050907130553.42073.qmail@minotaur.apache.org> <49988844050907061455350e70@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Gregor J. Rothfuss wrote: > Tim Williams wrote: > >I am not completely sure that it matters, but I felt like some of my > >issues yesterday with the stylesheet might have been namespace related > >(i.e. the source doc had a trailing "slash" and the stylesheet did > >not). The standard seems to indicate with a trailing slash, I suspect > >most tools would be forgiving on this anyway and I'm not sure that it > >really matters but it seems we should pick one and run with it. > > it does matter. tools are not at liberty to ignore trailing slashes. Both xmllint and Jing complain about the trailing slash. http://www.w3.org/TR/xhtml2/xhtml20_relax.html does not use a trailing slash. Yet the examples do use a trailing slash at http://www.w3.org/TR/xhtml2/conformance.html Confused. -David