> > Maybe the problems starts before this point. Use you some > "http://localhost"-urls to get pics or other stuff, this dont work in > offline-mode. > You can try to serialize your content as xml (from jetty, or CLI > comment out the xslt-transformer and serialize type="xml" ) and try a > xslt-transformation by hand, there you can see if its work offline or > you can see better pointing error-message. I often use xsltproc under > linux, it is fast and has a "-debug" switch. > > Best Regards, > Simon > > Hi Simon, you might be right. I forgot that I do not use full stock cocoon, but added a IdGenerator class class from Forrest. that might actually cause the problems. See below. Unfortunately I analysed the problem only from the logs and these ERRORS only show up on stdout. I do not use http://localhost... (and if so, it should simply be left as an external link, shouldn't it?) *.xconf or command line did not make any difference.
Thanks for looking in to it, I'll keep you posted with my findings. Kaj --- Do you have a Plan B? http://www.conficio.com --------- stdout of cocoon.bat -x newconficio.xconf ------------ ERROR 2004-02-05 16:24:30.119 [sitemap.] (): Error rewriting link 'site:product': Error accessing attribute 'product' from input module 'site'. null ERROR 2004-02-05 16:24:30.119 [sitemap.] (): Error rewriting link 'site:service-assessment': Error accessing attribute 'service-assessment' from input module 'site'. null ERROR 2004-02-05 16:24:30.129 [sitemap.] (): Error rewriting link 'site:service-training': Error accessing attribute ' service-training' from input module 'site'. null ERROR 2004-02-05 16:24:30.129 [sitemap.] (): Error rewriting link 'site:contact': Error accessing attribute 'contact' from input module 'site'. null ERROR 2004-02-05 16:24:30.129 [sitemap.] (): Error rewriting link 'site:pr20030627': Error accessing attribute 'pr2003 0627' from input module 'site'. null ERROR 2004-02-05 16:24:30.219 [sitemap.] (): Error rewriting link 'site:product': Error accessing attribute 'product' from input module 'site'. null ERROR 2004-02-05 16:24:30.219 [sitemap.] (): Error rewriting link 'site:service-assessment': Error accessing attribute 'service-assessment' from input module 'site'. null ERROR 2004-02-05 16:24:30.219 [sitemap.] (): Error rewriting link 'site:service-training': Error accessing attribute ' service-training' from input module 'site'. null ERROR 2004-02-05 16:24:30.219 [sitemap.] (): Error rewriting link 'site:contact': Error accessing attribute 'contact' from input module 'site'. null ERROR 2004-02-05 16:24:30.219 [sitemap.] (): Error rewriting link 'site:pr20030627': Error accessing attribute 'pr2003 0627' from input module 'site'. null ERROR 2004-02-05 16:24:30.319 [sitemap.] (): Error rewriting link 'site:product': Error accessing attribute 'product' from input module 'site'. null ERROR 2004-02-05 16:24:30.319 [sitemap.] (): Error rewriting link 'site:service-assessment': Error accessing attribute 'service-assessment' from input module 'site'. null ERROR 2004-02-05 16:24:30.319 [sitemap.] (): Error rewriting link 'site:service-training': Error accessing attribute ' service-training' from input module 'site'. null ERROR 2004-02-05 16:24:30.319 [sitemap.] (): Error rewriting link 'site:contact': Error accessing attribute 'contact' from input module 'site'. null ERROR 2004-02-05 16:24:30.319 [sitemap.] (): Error rewriting link 'site:pr20030627': Error accessing attribute 'pr2003 0627' from input module 'site'. null ERROR 2004-02-05 16:24:30.690 [sitemap.] (): Error rewriting link 'site:product': Error accessing attribute 'product' from input module 'site'. null ERROR 2004-02-05 16:24:30.690 [sitemap.] (): Error rewriting link 'site:service-assessment': Error accessing attribute 'service-assessment' from input module 'site'. null ERROR 2004-02-05 16:24:30.700 [sitemap.] (): Error rewriting link 'site:service-training': Error accessing attribute ' service-training' from input module 'site'. null ERROR 2004-02-05 16:24:30.700 [sitemap.] (): Error rewriting link 'site:contact': Error accessing attribute 'contact' from input module 'site'. null ===== [EMAIL PROTECTED] Conficio - www.conficio.com P.O.Box 1062, Melrose, MA 02176 Tel: +1 (781) 632 5773 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
