Retrieving sitemap paramters in a serializer

2002-06-27 Thread Gerardo_Flores
I'm sorry if this is a stupid question, but I can't seem to figure out how to get the Parameters object to a serializer. I have a pipeline that has a parameter that I am trying to access from within the serializer. The code for both is below. The serializer is just trying to write the file to

Serializer that writes to file

2002-07-10 Thread Gerardo_Flores
I want to write a serializer that will write some content to a file, but the filename will have to be passed in as a parameter. I am having trouble getting started. I know that you cannot pass in a parameter to a serializer, but I don't know of another way to do it. I have looked through some

SourceWritingTransformer sample (disregard previous post Serializer thatwrites to file)

2002-07-10 Thread Gerardo_Flores
Sorry, seems that I must have posted my previous question before (have had way too many things on my mind lately). The best solution would seem to be to use the SourceWritingTransformer to simply write my content to a file. To specify the file to write to, would I just have to write an xsl

Trouble with SourceWritingTransformer

2002-07-11 Thread Gerardo_Flores
I seem to have done everything right and was testing out the SourceWritingTransformer and can't get it to write to a file. I have the pipeline map:match pattern=test/*.xsp map:generate type =serverpages src=test/{1}.xsp/ map:transform type=sql map:parameter

Please help with SourceWritingTransformer

2002-07-11 Thread Gerardo_Flores
I seem to have done everything right and was testing out the SourceWritingTransformer and can't get it to write to a file. I have the pipeline map:match pattern=test/*.xsp map:generate type =serverpages src=test/{1}.xsp/ map:transform type=sql map:parameter

trigger multiple pipelines in Cocoon

2002-07-15 Thread Gerardo_Flores
I was just wondering how one would actually execute multiple pipelines from one browser session. Specifically, I want to be able to write multiple files from one submit of a form on an html page. I have an html page with an embedded javascript that just parses in contents of a textarea in a a

Can Cocoon 2 do XML validation?

2002-07-17 Thread Gerardo_Flores
I'm been looking around on the cocoon site and the mailing list archive but just can't seem to find out how to make cocoon validate xml against a schema somewhere on the net. Each XML document would have a different schema to validate against as there are 6 categories and the schema is already