Re: Mapping a htc file

2003-06-12 Thread Daniel McOrmond
Try this: where resource is defined within your sitemap, up near the top within the map:readers element: ... ... This is how our project allows access to the .htc file See the cocoon api for more info: http://cocoon.apache.org/2.0/apidocs/org/apache/cocoon/reading/ResourceReader.htm

Re: redirect at the end of a pipeline/match

2003-06-05 Thread Daniel McOrmond
I am not dead set against anything.. although I think flow is ruled out because this project is running on 2.0.4. I will probably implement some actions, they seem to be the cleanest way to accomplish this. Thanks very much for your help! -Daniel Geoff Howard wrote: If you are dead set agains

Re: redirect at the end of a pipeline/match

2003-06-05 Thread Daniel McOrmond
Drop the xml serialization. I don't want to send that back as a result. What I do want to do is display a page that now includes the new information which came from this database insert. Does this make sense? -Daniel Geoff Howard wrote: What would the purpose be of sending

redirect at the end of a pipeline/match

2003-06-05 Thread Daniel McOrmond
I'm looking for a clean way to 'redirect' a user back to a page, at the end of a pipeline. map:redirect doesn't work because it skips the generate and transform. Browsing through the mail archive someone suggest's using a meta redirect tag in generated html. (http