Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 95464 invoked from network); 4 Jan 2004 11:13:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Jan 2004 11:13:23 -0000 Received: (qmail 26224 invoked by uid 500); 4 Jan 2004 11:12:55 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 26179 invoked by uid 500); 4 Jan 2004 11:12:55 -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 26168 invoked from network); 4 Jan 2004 11:12:54 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by daedalus.apache.org with SMTP; 4 Jan 2004 11:12:54 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ad6Bw-0004VA-00 for ; Sun, 04 Jan 2004 12:13:08 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: forrest-dev@xml.apache.org Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ad6Bv-0004V2-00 for ; Sun, 04 Jan 2004 12:13:07 +0100 Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ad6Bv-0004cx-00 for ; Sun, 04 Jan 2004 12:13:07 +0100 From: Nicola Ken Barozzi Subject: [PLAN] Move to XHTML2 in V0.7 Date: Sun, 04 Jan 2004 12:09:30 +0100 Lines: 54 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en Sender: news 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 This is a summary thread of the intention of the Forrest team to change the base document format from DocumentDTD to the relevant parts of XHTML2: http://www.w3.org/TR/xhtml2 Here is an old but still valid summary of what the change involves in the tags: http://marc.theaimsgroup.com/?l=forrest-dev&m=102909917505608&w=2 Also see the recent thread "Documentv20 --> XHTML" for the latest discussions. - = - What does this mean? * the *base* document format will be XHTML2, instead of DocumentDTD. * the documents will be validated with RelaxNG as the spec has such a schema. I also suggest that we change the format of our skins, so that in 0.7 we can keep both skin formats and switch based on the fact that a skin file exists or not. Now we have (for html output): skins/skinname/xslt/html/book2menu.xsl /document2html.xsl /site2xhtml.xsl /tab2menu.xsl I propose that, as has already been suggested, we change to a single transformation file: skins/skinname/xslt/html/xhtml2-html.xsl Rationale: * usually book2menu.xml and tab2menu.xsl are minimal * the path transformations done with stylesheets can be done better with a transformer * splitting document2html and site2xhtml transformations does not add speed * splitting stylesheets can be done with s Comments? -- Nicola Ken Barozzi nicolaken@apache.org - verba volant, scripta manent - (discussions get forgotten, just code remains) ---------------------------------------------------------------------