Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 50832 invoked from network); 29 Sep 2000 18:03:39 -0000 Received: from corporate.planet.net (208.163.25.10) by locus.apache.org with SMTP; 29 Sep 2000 18:03:39 -0000 Received: from insage.com (prog16.planet.net [208.163.30.16]) by corporate.planet.net (8.9.3/8.8.5) with ESMTP id OAA20848 for ; Fri, 29 Sep 2000 14:03:09 -0400 (EDT) Message-ID: <39D4DA66.D501C6D@insage.com> Date: Fri, 29 Sep 2000 14:07:34 -0400 From: sudhi X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: cocoon-users@xml.apache.org Subject: Re: Preventing transformation References: <39D3637E.21A30107@cs.ucl.ac.uk> <39D379DA.1CD818AE@insage.com> <39D4CA49.CFE4201E@cs.ucl.ac.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi, here is a sample xsp page.if thats what ur looking for -------------------------------------------- String file = "dynamic.en.xsl"; String param = null; param = (String)request.getParameter("file"); if (param != null && !param.equals("")){ if ( param.equals("cn")) file = "dynamic.cn.xsl"; } type="xslt" href="file" type="text/xsl" test file:param -------------------------------------------- HTH Sudhi Christian NENTWICH wrote: > > > If I am understanding correctly, u dont want to do XSLT process for some > > request. > > If that is the case, u can specify processing instructions at run time. > > There were a couple of posts about this in this list. > > Check the archives. > > I would if there wasn't an internal server error on each of the archive > pages... Thanks anyway. > > Christian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org > For additional commands, e-mail: cocoon-users-help@xml.apache.org