Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 83843 invoked from network); 3 Apr 2000 20:58:06 -0000 Received: from unknown (HELO localhost.localdomain) (@216.254.77.75) by locus.apache.org with SMTP; 3 Apr 2000 20:58:06 -0000 Received: from localhost (balld@localhost) by localhost.localdomain (8.9.3/8.9.3) with ESMTP id PAA00892; Mon, 3 Apr 2000 15:47:51 -0400 X-Authentication-Warning: localhost.localdomain: balld owned process doing -bs Date: Mon, 3 Apr 2000 15:47:51 -0400 (EDT) From: Donald Ball X-Sender: balld@localhost.localdomain To: Cocoon cc: xalan-dev@xml.apache.org Subject: Problem with document() function in cocoon with xalan Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hiya. I'm running into some trouble using the document() function from an XSLT stylesheet in cocoon-1.7.2. Everything was working great until recently, when I started getting this error: XSL Warning: Can not load requested doc: file:/path/to/file/news.xml apparantly the file has simply gotten too large, since trimming it down to a smaller size makes it start working again. It doesn't seem to be a built-in size limitation in Xalan since running it from the command line works perfectly. Increasing the memory available to the JVM for cocoon doesn't affect anything. Can anyone suggest what I may do to fix this? Thanks. - donald