RE: outputing html

2011-11-14 Thread Blanco, Jose
I think I may have put this in the wrong sitemap file. I have to finish something else now, but will try putting this in the other sitemap file tomorrow and see how it goes. Thank you! Jose From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Monday, November 14, 2011 3:45 PM To: users@c

Re: outputing html

2011-11-14 Thread Jasha Joachimsthal
It looks like you're mixing a reader with a generator. A matcher can either have a generator(-transformer)-serializer or a reader, but not both. Jasha On 14 November 2011 21:33, Blanco, Jose wrote: > I tried using: > > ** ** > > pattern="abo

RE: outputing html

2011-11-14 Thread Robby Pelssers
Hi Jose, First of all, let's figure out what version of Cocoon you're using. Secondly, assuming you are using Cocoon 2.2 and you have some block (let's call this block 1), did you create the subfolders 'static/about' below the COB-INF folder? How did you invoke the match pattern? Did you start

RE: outputing html

2011-11-14 Thread Blanco, Jose
I tried using: And I'm getting the error: org.apache.cocoon.ProcessingException: Generator already set. Cannot use reader 'resource'

RE: outputing html

2011-11-14 Thread Blanco, Jose
Thank you for all the suggestions. I'm going to try to put the html in the static dir and see if it works. -Jose From: Robby Pelssers [mailto:robby.pelss...@nxp.com] Sent: Monday, November 14, 2011 3:08 PM To: users@cocoon.apache.org Subject: RE: outputing html Yep. That would also be possible

RE: outputing html

2011-11-14 Thread Robby Pelssers
Yep. That would also be possible. Actually, if you tell us a bit more how and where the files are stored (file repository, database, ..) we can give some extra guidance or tips and tricks. Just mentioning this because the sample I gave would assume the html files are part of your webapp and

Re: outputing html

2011-11-14 Thread Jasha Joachimsthal
If the html is not well formed (no valid xml) and you don't need to transform it, you can also do On 14 November 2011 20:57, Robby Pelssers wrote: > > > > Kind regards, > Robby > > -Original Message- > From: Blanco, Jose [mailto:blan...@umich.edu] > Sent: Monday, November 14,

RE: outputing html

2011-11-14 Thread Robby Pelssers
Kind regards, Robby -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Monday, November 14, 2011 8:55 PM To: users@cocoon.apache.org Subject: outputing html I think this is a very simple question. I have an html page I would like cocoon to output. So I'm think

outputing html

2011-11-14 Thread Blanco, Jose
I think this is a very simple question. I have an html page I would like cocoon to output. So I'm thinking all I have to do is point to the location of the html page and have it serialize an html page out, but I'm not sure of the syntax to do this. There is no xslt involved. Any suggestions