Hi Tobias,

use
<map:transform src="sales.xsl"/>
instead of
<map:transform scr="sales.xsl"/>

Klaus

> -----Original Message-----
> From: Tobias Luikard [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 10, 2001 9:54 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Velocity and sitemap
> 
> 
> Hi out there,
> 
> I got a similar problem like Daniel.
> 
> I createt a example direktory called Connections. There a simple xls
> example Homer.html (-.xml and adress-html.xls) which works perfekt. But
> when I try to run the sales.html example a "Internal server error"
> occurres. The descripiton is: "org.apache.cocoon.ProcessingException:
> Stylesheet URI can't be null" but I specified one. The XSL tranformation
> works fine when I rename the files in Homer.xml and address-html.xsl (and
> call then Homer.html)
> 
> Here the pipeline deffinitions from the sitemape.xmap in the Connections
> direcory:
> 
>  <map:pipelines>
>   <map:pipeline>
>    <map:match pattern="">
>     <map:redirect-to uri="sales.html"/>
>    </map:match>
>    <map:match pattern="Homer.html">
>     <map:generate src="Homer.xml"/>
>     <map:transform src="address-html.xsl"/>
>     <map:serialize/>
>    </map:match>
>    <map:match pattern="sales.html">
>     <map:generate src="sales.xml"/>
>     <map:transform scr="sales.xsl"/>
>     <map:serialize/>
>    </map:match>
>   </map:pipeline>
>  </map:pipelines>
> 
> With this statement I included the sitemap from the Context-Root sitemap:
> 
>   <map:pipeline>
>    <map:match pattern="Connections/**">
>     <map:mount check-reload="yes" src="Connections/"
> uri-prefix="Connections"/>
>    </map:match>
>   </map:pipeline>
> 
> Can anyone give me a hint why sales.html isn't working?
> 
> Thanks a lot
> 
> Tobias
> 
> 
> Daniel Owsianski wrote:
> 
> > Hi,
> >
> > I use Cocoon2b2 and Tomcat 3.2.3 with Apache.
> > sitemap has the following entries:
> >
> > <!-- A -->
> >    <map:match pattern="hello-page.vm">
> >     <map:generate type="velocity" src="templates/hello-page.vm"/>
> >     <map:transform src="stylesheets/simple-page2html.xsl"/>
> >     <map:serialize type="html"/>
> >    </map:match>
> >
> > <!-- B -->
> >    <map:match pattern="hello-page">
> >     <map:generate type="velocity" src="templates/hello-page.vm"/>
> >     <map:transform src="stylesheets/simple-page2html.xsl"/>
> >     <map:serialize type="html"/>
> >    </map:match>
> >
> > <!-- C -->
> >    <map:match pattern="templates/*">
> >     <map:generate type="velocity" src="{1}"/>
> >     <map:transform src="stylesheets/simple-page2html.xsl"/>
> >     <map:serialize type="html"/>
> >    </map:match>
> >
> > Why only 'C' works fine ??
> > Both 'A' and 'B' generates processing exception (unable to find
> > 'templates/hello-page.vm') in VelocityGenerator.
> > Please, a bit of help and explanation.
> > Thx in advance...
> >  Daniel
> >
> > ---------------------------------------------------------------------
> > 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]>
> 
> 
> ---------------------------------------------------------------------
> 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]>

---------------------------------------------------------------------
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