Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 24047 invoked from network); 23 Jul 2004 21:30:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Jul 2004 21:30:28 -0000 Received: (qmail 98367 invoked by uid 500); 23 Jul 2004 21:30:27 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 98342 invoked by uid 500); 23 Jul 2004 21:30:27 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: user@forrest.apache.org Delivered-To: mailing list user@forrest.apache.org Received: (qmail 98331 invoked by uid 99); 23 Jul 2004 21:30:27 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_BY_IP,SB_NEW_BULK,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [64.233.170.199] (HELO mproxy.gmail.com) (64.233.170.199) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 23 Jul 2004 14:30:23 -0700 Received: by mproxy.gmail.com with SMTP id 80so7644rnk for ; Fri, 23 Jul 2004 14:30:18 -0700 (PDT) Received: by 10.38.101.29 with SMTP id y29mr333618rnb; Fri, 23 Jul 2004 14:30:18 -0700 (PDT) Message-ID: <1b0b4557040723143069311bb2@mail.gmail.com> Date: Fri, 23 Jul 2004 14:30:18 -0700 From: Diwaker Gupta To: user@forrest.apache.org Subject: Re: XHTML, CSS and Javascript In-Reply-To: <41017CD0.2040806@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1b0b4557040723132213a06a0d@mail.gmail.com> <41017CD0.2040806@apache.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Fri, 23 Jul 2004 23:02:08 +0200, Thorsten Scherler wrote: > ....but since it works in any browser and it small I do not see the need > to change that yet. Like you said in xslt v2.0 it will be build in, I > rather wait for that. What is the advantage to drop the javascript? There are several reasons I avoid Javascript for: o it *does not* work in all browsers(text based browsers like w3m and elinks) o AFAIK its not endorsed or standardized by any standards body. Its maintained and developed by Netscape, and I'd rather use a w3c alternative instead o though the scipts forrest uses are trivial, they nevertheless run on the client side. I want to avoid client-side code as much as possible. Just because something IS possible in Javascript doesn't really mean thats the best way to do it. IMHO using Cocoon/XSLT is a much neater solution. But then again, all these reasons are sort of personal; like I said earlier I have nothing against Javascript per se. -- Diwaker Gupta http://resolute.ucsd.edu/diwaker