Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 59893 invoked by uid 500); 14 Mar 2001 08:37:56 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 59856 invoked from network); 14 Mar 2001 08:37:54 -0000 From: Scott_Boag@lotus.com Subject: [cocoon2] Bug in sitmap.xsl? To: cocoon-dev@xml.apache.org X-Mailer: Lotus Notes Release 5.0.1 July 16, 1999 Message-ID: Date: Wed, 14 Mar 2001 03:40:12 -0500 X-MIMETrack: Serialize by Router on CAMMAIL04/CAM/M/Lotus(Release 5.0.6a |January 17, 2001) at 03/14/2001 03:33:11 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Well, for the first time I finally got Cocoon2 running (about time, eh?). I ran into a problem with sitemap.xsl at line 129, where it says: private Map Match ( pattern, Map objectModel) { This tries to pass $config to XSLTFactoryLoader#getMethodSource(String className, NodeList conf), but the Result Tree Fragment declared by the variable isn't convertable to a NodeList. If I change the variable declaration to: then everything seems happy. Isn't this a bug in sitemap.xsl, or am I confused? -scott --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org