Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 13804 invoked from network); 9 Dec 2005 19:15:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Dec 2005 19:15:17 -0000 Received: (qmail 15935 invoked by uid 500); 9 Dec 2005 19:15:11 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 15893 invoked by uid 500); 9 Dec 2005 19:15:10 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 15882 invoked by uid 99); 9 Dec 2005 19:15:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 11:15:10 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [165.189.88.165] (HELO eml21p.wi.gov) (165.189.88.165) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 11:15:09 -0800 Received: from unknown (HELO COMEXCH999.commerce.state.wi.us) ([165.189.168.112]) by eml21p.wi.gov with ESMTP; 09 Dec 2005 13:14:48 -0600 X-IronPort-AV: i="3.99,235,1131343200"; d="scan'208"; a="29368184:sNHT27546180" Received: by comexch999.commerce.state.wi.us with Internet Mail Service (5.5.2656.59) id ; Fri, 9 Dec 2005 13:15:59 -0600 Message-ID: <9AE2275BA7223748AF07E622BA2FE196016A11A5@comexch999.commerce.state.wi.us> From: "Schultz, Gary - COMM" To: "'users@cocoon.apache.org'" Subject: RE: cinclude, include and xinclude in Cocoon 2.1.8 (failure in 2. 1.7 and 2.1.8) Date: Fri, 9 Dec 2005 13:15:58 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I tried in 2.1.7 and get the same results as 2.1.8. I've built Cocoon 2.1.7 and 2.1.8 on Linux and Windows using JDK 1.5. I tested again in our production environment running 2.1.5.1 and everything works fine. I've gone over the configuration and everything appears to be fine. I have to assume something has changed between 2.1.5.1 and 2.1.7 or 2.1.8 that requires changes to cinclude code. I'm trying to understand how something like this could fail this badly. It's a disappointment because our agency is now tied to Cocoon 2.1.5.1. -----Original Message----- From: Schultz, Gary - COMM [mailto:GSchultz@commerce.state.wi.us] Sent: Friday, December 09, 2005 9:07 AM To: 'users@cocoon.apache.org' Subject: RE: cinclude, include and xinclude in Cocoon 2.1.8 Thanks for the verification. I have verified the output. I will check my setup. I most likely have missed something in configuration. -----Original Message----- From: Jason Johnston [mailto:cocoon@lojjic.net] Sent: Friday, December 09, 2005 8:41 AM To: users@cocoon.apache.org Subject: Re: cinclude, include and xinclude in Cocoon 2.1.8 Have you verified that the output of your XSLT is the same now as it was in the older version? e.g. by putting a right after your xslt transform? I just did a quick test here with 2.1.8, and an xinclude transform immediately following an xsl transform (which creates the xi:include elements) works just fine. Schultz, Gary - COMM wrote: > I performed a pretty exhaustive search and only found information on > cinclude problems when using POST method. Nothing on cinclude problems > in general, and nothing detailed on the use of cocoon include transformer. > > I should have added that cincludes, includes and xincludes all work > when placed before the also worked when placed after the includes only work before the working after the This is a problem in that I'm using the XSLT transformation to create > cincludes dynamically based on parameters determined by element > attribute values passed from the XML source. > > -----Original Message----- > From: Ralph Goers [mailto:Ralph.Goers@dslextreme.com] > Sent: Thursday, December 08, 2005 11:28 PM > To: users@cocoon.apache.org > Subject: Re: cinclude, include and xinclude in Cocoon 2.1.8 > > Did you search the mailing list for similar issues. I seem to > recollect that the namespace is different so your cinclude might be > ignored. But I could be wrong. > > Schultz, Gary - COMM wrote: > > >>The following code snippet worked in Cocoon 2.1.5.1 but isn't working >>in Cocoon 2.1.8 >> >> >> >src="d:/comwps/TSS/content/TSS-IncludeTest-01.html"/> >> >> >> >> >> >>Has there been a change to include transformation in Cocoon 2.1.8? Has >>the ability to use cinclude after transformations been eliminated? If >>it did, this is very discouraging. What I'm doing is inside an XHTML >>template I call a single template that builds a cinclude element. I >>call this cinclude template several times, each time passing different >>parameters to produce several cincludes. The cincludes are then >>processed at the end of the map:match. I need to process the cincludes >>at the end of the map:match after the transformation. >> >>I've thought about using i:include, but I did some searching and >>cannot find any good examples for using . How does one go >>about using i:include to include only a portion of a xml document? >>Form what I could tell, the 2.1.8 i:include samples only show the use >>of i:include serving an entire xml file, not a part of a file. I tried >>using cinclude select but that did not work? >> >> >> >>Gary T. Schultz >>IT Administrator >>Wisconsin Department of Commerce >>201 W. Washington Ave >>Madison, WI 53214 >>608-266-1283 >>gschultz@commerce.state.wi.us >> >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: users-help@cocoon.apache.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: users-help@cocoon.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org