Re: strange xinclude problem

2002-08-13 Thread John Moylan
I have just experienced the same problem when I tried using multiple xincludes: The following styleshhet works fine with the first xinclue only but throws out Failed to execute pipeline.: org.xml.sax.SAXParseException: Premature end of file. which is probably caused by some sort of problem

Re: strange xinclude problem

2002-08-13 Thread John Moylan
To follow up. I can confirm that using cocoon:// instead of http:// resolves the issue. John I have just experienced the same problem when I tried using multiple xincludes: The following styleshhet works fine with the first xinclue only but throws out Failed to execute pipeline.:

Re: strange xinclude problem

2002-08-13 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello John, my original version has many xincludes, but the stripped down test version, with only one xinclude, I'm currently using has also the problem. And I have already used many xincludes. It works. With kind regards Torsten Knodt

Re: strange xinclude problem

2002-08-13 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello John, I'm using cocoon://. I hadn't used http://. With kind regards Torsten Knodt -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9WQAwvxZktkzSmiwRAoGeAJ9zBnIXvakiz4AOsefEtk1Zjxc+9gCeIlJ3

Re: strange xinclude problem

2002-08-13 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi John, I think with code you mean the xml having the xinclude element. Here is it. It's already a stripped down test version. Oh yes, I'm including from the same machine. What I've seen now is, that the content is included, but the error is

strange xinclude problem

2002-08-12 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I've a little strange problem with xinclude. I get a exception with Premature end of file, but accessing the URI (cocoon://...) directly works. Has someone a hint where to look at? Thanks in advance Torsten Knodt -BEGIN PGP

Re: strange xinclude problem

2002-08-12 Thread Albert Cervera Areny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I've a little strange problem with xinclude. I get a exception with Premature end of file, but accessing the URI (cocoon://...) directly works. Has someone a hint where to look at? Have you checked if it is a well formed xml file?

Re: strange xinclude problem

2002-08-12 Thread John Moylan
Can you post some code, I would say that this is more than likely a syntax problem. I'm using xinclude in 2.03 and it works a treat. Are you including via http from a different machine? or is it a local include? Torsten Knodt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I've a

Re: strange xinclude problem

2002-08-12 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Albert, thanks for your fast answer. I've a little strange problem with xinclude. I get a exception with Premature end of file, but accessing the URI (cocoon://...) directly works. Has someone a hint where to look at? Have you

Re: strange xinclude problem

2002-08-12 Thread Albert Cervera Areny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Albert, thanks for your fast answer. I've a little strange problem with xinclude. I get a exception with Premature end of file, but accessing the URI (cocoon://...) directly works. Has someone a hint where to look at? Have you

Re: strange xinclude problem

2002-08-12 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Albert, Hello Albert, thanks for your fast answer. I've a little strange problem with xinclude. I get a exception with Premature end of file, but accessing the URI (cocoon://...) directly works. Has someone a hint where to look at?

Re: Xinclude Problem

2002-05-27 Thread Margrit John
In the Browser I get the following error statement: root cause java.lang.OutOfMemoryError Cocoon runs properly, if I remove all the xi:include (in the xml- and xslt- and xsp-files) Are the xi:include really the problem? Do you have a stack trace from the log?

Xinclude Problem

2002-05-24 Thread Margrit John
Hi! (I apologize, if this mail is sent twice. I sent it yesterday already, but so far it didn't seem to arrive in the mailing list.) In the Browser I get the following error statement: root cause java.lang.OutOfMemoryError Cocoon runs properly, if I remove all the xi:include (in

Saxon Xinclude problem

2002-05-07 Thread Artur Bialecki
I have a problem with Saxon 6.5.2 and Xinclude transformer. I get the following: java.lang.NoClassDefFoundError: org/apache/xpath/XPathAPI at org.apache.avalon.excalibur.xml.xpath.XPathProcessorImpl.selectNodeList(XPathProcessorImpl.java:65) at

Re: xinclude problem

2002-03-11 Thread Stefano Bonnin
- From: Benjamin Grant [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Stefano Bonnin [EMAIL PROTECTED] Sent: Friday, March 08, 2002 3:33 AM Subject: Re: xinclude problem Sorry, hit send before pasting the link: RTFM at http://xml.apache.org/cocoon/userdocs/transformers/xinclude-transformer.html

Re: xinclude problem

2002-03-11 Thread Stefano Bonnin
OK OK There was an error in the included xml document. Thanks - Original Message - From: Stefano Bonnin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 11, 2002 10:17 AM Subject: Re: xinclude problem Yes I taje a look at this address. I *believe* that my application

xinclude problem

2002-03-07 Thread Stefano Bonnin
Hi I'm trying to use XInclude transformer but when I run the Cocoon application I receive the following error An error occurred The org.apache.cocoon.www.sitemap_xmap notifies that org.apache.cocoon.ProcessingException says: Failed to execute pipeline. More precisely:

Re: xinclude problem

2002-03-07 Thread Benjamin Grant
RTFM: On Thursday 07 March 2002 07:50 am, you wrote: Hi I'm trying to use XInclude transformer but when I run the Cocoon application I receive the following error An error occurred The org.apache.cocoon.www.sitemap_xmap notifies that org.apache.cocoon.ProcessingException says:

Re: xinclude problem

2002-03-07 Thread Benjamin Grant
Sorry, hit send before pasting the link: RTFM at http://xml.apache.org/cocoon/userdocs/transformers/xinclude-transformer.html This takes an HREF. Might work w/ xsp:expr, never tried... On Thursday 07 March 2002 07:50 am, Stefano Bonnin wrote: Hi I'm trying to use XInclude

Re: Yet another XInclude problem

2001-10-18 Thread Sylvain Wallez
Luca Morandini a écrit : Folks, I'm upset by this XInclude-thing... I can't figure out what's wrong. Ok, here's my sitemap: map:match name=wildcard pattern=map.xml map:generate type=serverpages src=docs/map.xsp.xml/ map:transform type=xinclude/

[C2] cache XInclude problem (fwd)

2001-08-16 Thread Alexander Petrov
, 15 Aug 2001 20:48:25 +0400 (MSK/MSD) From: Alexander Petrov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [C2] cache XInclude problem I use Apache Cocoon 2.0b2 on Tomcat 3.2.3, Linux. sitemap contains: map:match pattern=info map:generate src=info.xml/ map:transform type=xinclude