get sitemap uri

2006-06-21 Thread kathi . mailbox
Hi! I need to have the uri of my sitemap in the form: http://localhost:8080/cocoon/app (The file sitemap.xmap is in the app directory). How can I get it and save it in a global variable of the sitemap? Kathi _ Der WEB.DE SmartS

does not work

2006-06-16 Thread kathi . mailbox
Hi everybody, I'm generating a pdf document by using the fo2pdf serializer. I want to embed a gif graphic into my pdf file. But the following code does not work: I've read many tips in the web but these code snippets also are not working: What is wrong here? Kathi P.S. The room.gif g

RE: xsl produces not well-formded xml for a XInclude command

2006-05-29 Thread kathi . mailbox
Hi Arthur, I've inserted a xml serializer directly before the xinclude transformer in my sitemap. And this working code is what I get then (with double-quotes). But perhaps it's just a view from the firefox browser, Jason was writing something like that. Kathi > -Ursprüngliche Nachricht--

Re: xsl produces not well-formded xml for a XInclude command

2006-05-29 Thread kathi . mailbox
> -Ursprüngliche Nachricht- > Von: users@cocoon.apache.org > Gesendet: 29.05.06 11:02:27 > An: users@cocoon.apache.org > Betreff: Re: xsl produces not well-formded xml for a XInclude command > [EMAIL PROTECTED] escribió: > > Hi, > > > > I have a problem with the xinclude transformer. I p

xsl produces not well-formded xml for a XInclude command

2006-05-29 Thread kathi . mailbox
Hi, I have a problem with the xinclude transformer. I produce the xinclude command in the following stylesheet: ?_XQUERY=update+insert +< +ID=" " >

Re: Exception in ServerPagesGenerator.generate() during xinclude

2006-05-24 Thread kathi . mailbox
> -Ursprüngliche Nachricht- > Von: users@cocoon.apache.org > Gesendet: 23.05.06 16:26:31 > An: users@cocoon.apache.org > Betreff: Re: Exception in ServerPagesGenerator.generate() during xinclude > > > -Ursprüngliche Nachricht- > > Von: users@cocoon.apache.org > > Gesendet: 23.05

Re: Exception in ServerPagesGenerator.generate() during xinclude

2006-05-23 Thread kathi . mailbox
> -Ursprüngliche Nachricht- > Von: users@cocoon.apache.org > Gesendet: 23.05.06 15:47:40 > An: users@cocoon.apache.org > Betreff: Re: Exception in ServerPagesGenerator.generate() during xinclude > [EMAIL PROTECTED] wrote: > > Hi, > > > > I have a problem with the xinclude transformer. A

Exception in ServerPagesGenerator.generate() during xinclude

2006-05-23 Thread kathi . mailbox
Hi, I have a problem with the xinclude transformer. After calling it, I get the following error message: org.apache.cocoon.ProcessingException: Exception in ServerPagesGenerator.generate(): java.lang.RuntimeException: java.lang.RuntimeException: org.xml.sax.SAXException: Exception occured dur

RE: delete cache after every change?

2006-05-23 Thread kathi . mailbox
> -Ursprüngliche Nachricht- > Von: users@cocoon.apache.org > Gesendet: 23.05.06 09:18:45 > An: > Betreff: RE: delete cache after every change? > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: dinsdag 23 mei 2006 9:15 > > To: users@cocoon.apa

delete cache after every change?

2006-05-23 Thread kathi . mailbox
Hi! I have a problem with the cocoon cache: Cocoon remembers everything, when I make a change in my code, there is often no reaction on it. Normally I have to stop the tomcat server and delete the work directory of cocoon and then cocoon recognizes the new lines. If I have a change in my javasc