At 9:55 am +0100 27/3/02, Matthieu Benéteau wrote:
>1.  <map:transformer name="tofile"
>logger="sitemap.transformer.tofile"
>
>src="org.apache.cocoon.transformation.SourceWritingTransformer">
>      <map:parameter name="serializer"      value="xml"/>
>    </map:transformer>


the serialize parameter is wrong, try this:

        <map:transformer name="tofile" logger="sitemap.transformer.tofile"
                                
src="org.apache.cocoon.transformation.SourceWritingTransformer">
-->                             <serializer>xml</serializer>
                        </map:transformer>

Why there is this different syntax for setting up, I am not sure.

Hope this helps

regards Jeremy
--
   ___________________________________________________________________

   Jeremy Quinn                                           Karma Divers
                                                       webSpace Design
                                            HyperMedia Research Centre

   <mailto:[EMAIL PROTECTED]>                    <http://www.media.demon.co.uk>
   <phone:+44.[0].20.7737.6831>             <pager:[EMAIL PROTECTED]>

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to