> -----Original Message-----
> From: Richard Reyes [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 8:28 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Portal - Coplets / Sunlet
> 
> 
> Hi Carsten,,
> 
> this is the google.xml,
> 
> <?xml version="1.0"?>
> <data xmlns:cinclude="http://apache.org/cocoon/include/1.0";>
> <cinclude:includexml>
>     <cinclude:src>http://www.google.com</cinclude:src>
> </cinclude:includexml>
> </data>
> 
> and this is the sitemap...
> 
> <map:match pattern="sppasunlet-onlinesundn.xml">
>     <!--
>   <map:generate src="http://www.s-und-n.de/aktuelles/news.xml"/>
>   <map:transform src="styles/sunLet_sundnNews.xsl"/>
>  -->
>      <map:generate src="resources/auth/google.xml"/>
>         <map:transform type="cinclude"/>
>   <map:serialize type="xml"/>
>  </map:match>
> 
> I have no idea what did i do wrong. I'm soory but what is an xmlizer? xml
> serializer? How do i configure the xmlizer?
> 
It looks OK to me as well...could you provide the error log to see the
exception stack trace?

The xmlizer is an internal cocoon component that converts for example
html to xhtml etc. It is configured in the cocoon.xconf. Search for
xmlizer.

Carsten

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

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

Reply via email to