I'm not using XPath/XPointer expressions. Perhaps that's the great difference. I'm using win 2000 SP2, resin 2.0.1 (without caching), c2 rc1a.
-----Ursprüngliche Nachricht----- Von: Andrew Answer [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 1. Oktober 2001 09:27 An: Jörn Heid Betreff: Re: AW: XIncludeTransformer still not working Hello Jörn, My xinclude not work. May be you send me your config? I have win2000/jdk1.3.1_01/Resin 2.0.2/Cocoon2.0rc1a. My sitemap and xsp-file already here. I can't understand where is problem... Now error caching-independent. If even Resin cache disabled and NonCachingEvent/StreamPipeline used, XInclude not work for me. CInclude using is not right way - i need to use XPath/XPointer expressions in href attribute. >*************Original message************* > From: Jörn Heid <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Date: Friday, September 28, 2001, 10:19:27 PM > Subject: AW: XIncludeTransformer still not working > I just tested RC1a. > It works perfectly for me. > The only difference I found is the type-attribute: > <xinclude:include parse="xml" href="../menu.xml"/> > But I hae a question. As far as I know CInclude is not a standard, isn't it? > For that why is CInclude preferred? > JOERN_HEID > -----Ursprüngliche Nachricht----- > Von: Morrison, John [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 28. September 2001 10:34 > An: '[EMAIL PROTECTED]' > Betreff: RE: XIncludeTransformer still not working > Hi, > I'm currently looking at the XIncludeTransformer with an eye to getting it > working again. If the xml you wish to include doesn't require any > xpointer() functionality, I can recommend using the CIncludeTransformer - it > works ;) > J. >> -----Original Message----- >> From: Andrew Answer [mailto:[EMAIL PROTECTED]] >> Sent: Friday, 28 September 2001 7:05 am >> To: [EMAIL PROTECTED] >> Subject: XIncludeTransformer still not working >> >> >> Hello cocoon-dev, >> >> Inside C2rc1 XIncludeTransformer still not working. >> I do this: >> >> index.xsp: >> <xsp:page >> xmlns:xsp="http://apache.org/xsp" >> xmlns:xinclude="http://www.w3.org/2001/XInclude"> >> <page> >> <xinclude:include href="menu.xml"/> >> </page> >> </xsp:page> >> >> sitemap.xmap: >> <map:match pattern="*.xsp"> >> <map:generate type="serverpages" src="docs/{1}.xsp"/> >> <map:transform type="xinclude"/> >> <map:transform src="stylesheets/index.xsl"/> >> <map:serialize/> >> </map:match> >> >> But error occured: >> [ >> org.apache.cocoon.ProcessingException: Exception in >> ServerPagesGenerator.generate(): java.lang.NullPointerException >> at >> org.apache.cocoon.generation.ServerPagesGenerator.generate(Ser >> verPagesGenerator.java:187) >> at >> org.apache.cocoon.components.pipeline.CachingEventPipeline.pro >> cess(CachingEventPipeline.java:214) >> at >> org.apache.cocoon.components.pipeline.CachingStreamPipeline.pr >> ocess(CachingStreamPipeline.java:364) >> at >> org.apache.cocoon.www.sitemap_xmap.wildcardMatchN189(sitemap_x >> map.java:1517) >> at >> org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:841) >> at >> org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:763) >> at >> org.apache.cocoon.sitemap.Handler.process(Handler.java:163) >> at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:115) >> at org.apache.cocoon.Cocoon.process(Cocoon.java:446) >> at >> org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet. >> java:520) >> at >> javax.servlet.http.HttpServlet.service(HttpServlet.java:103) >> at >> com.caucho.server.http.FilterChainServlet.doFilter(FilterChain >> Servlet.java:82) >> at >> com.caucho.server.http.Invocation.service(Invocation.java:277) >> at >> com.caucho.server.http.CacheInvocation.service(CacheInvocation >> .java:129) >> at >> com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.j >> ava:216) >> at >> com.caucho.server.http.HttpRequest.handleConnection(HttpReques >> t.java:158) >> at >> com.caucho.server.TcpConnection.run(TcpConnection.java:140) >> at java.lang.Thread.run(Thread.java:484) >> java.lang.NullPointerException >> at >> org.apache.cocoon.transformation.XIncludeTransformer.processXI >> ncludeElement(XIncludeTransformer.java:212) >> at >> org.apache.cocoon.transformation.XIncludeTransformer.startElem >> ent(XIncludeTransformer.java:127) >> at >> org.apache.cocoon.generation.ServerPagesGenerator.startElement >> (ServerPagesGenerator.java:316) >> at >> org.apache.cocoon.www.docs.index2_xsp.generate(index2_xsp.java) >> at >> org.apache.cocoon.generation.ServerPagesGenerator.generate(Ser >> verPagesGenerator.java:175) >> at >> org.apache.cocoon.components.pipeline.CachingEventPipeline.pro >> cess(CachingEventPipeline.java:214) >> at >> org.apache.cocoon.components.pipeline.CachingStreamPipeline.pr >> ocess(CachingStreamPipeline.java:364) >> at >> org.apache.cocoon.www.sitemap_xmap.wildcardMatchN189(sitemap_x >> map.java:1517) >> at >> org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:841) >> at >> org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:763) >> at >> org.apache.cocoon.sitemap.Handler.process(Handler.java:163) >> at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:115) >> at org.apache.cocoon.Cocoon.process(Cocoon.java:446) >> at >> org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet. >> java:520) >> at >> javax.servlet.http.HttpServlet.service(HttpServlet.java:103) >> at >> com.caucho.server.http.FilterChainServlet.doFilter(FilterChain >> Servlet.java:82) >> at >> com.caucho.server.http.Invocation.service(Invocation.java:277) >> at >> com.caucho.server.http.CacheInvocation.service(CacheInvocation >> .java:129) >> at >> com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.j >> ava:216) >> at >> com.caucho.server.http.HttpRequest.handleConnection(HttpReques >> t.java:158) >> at >> com.caucho.server.TcpConnection.run(TcpConnection.java:140) >> at java.lang.Thread.run(Thread.java:484) >> ] >> >> Your comments? >> >> Best regards, >> Andrew Answer [EMAIL PROTECTED] >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, email: [EMAIL PROTECTED] >> > ======================================================================= > Information in this email and any attachments are confidential, and may > not be copied or used by anyone other than the addressee, nor disclosed > to any third party without our permission. There is no intention to > create any legally binding contract or other commitment through the use > of this email. > Experian Limited (registration number 653331). > Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] >*************Original message************* Best regards, Andrew Answer [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]