Hello

my plan is to aggregate xml parts that will be past into a stylesheet
transformer.
But I would like to aggregate many xsl parts as well. How can this be done?

I get this exception thrown:
org.apache.cocoon.ProcessingException: Stylesheet URI can't be null
        at
org.apache.cocoon.transformation.TraxTransformer.setup(TraxTransformer.java:
208)

Below is the sitemap. Probably I have misunderstood the transformer part

Thank you very much.
Raul
---------------------------------------------------------------------
  <map:pipeline>
   <map:match pattern="mypage">

    <map:aggregate element="page">
      <map:part src="docs/n13/content.xml"/>
      <map:part src="docs/n13/menu.xml"/>
    </map:aggregate>

    <map:transform>
        <map:aggregate>
            <map:part src="stylesheets/page/simple-page2html.xsl"
strip-root="yes"/>
            <map:part src="docs/n13/menu.xsl" strip-root="yes"/>
        </map:aggregate>
    </map:transform>

    <map:serialize type="html"/>
   </map:match>
</map:pipeline> 

> Raul Fiedler
> European Central Bank
> DG Information Systems - Business Development
> *   +49 (0) 69 1344 6870 
> * [EMAIL PROTECTED]
> 

Any e-mail message from the European Central Bank (ECB) is sent in good faith but 
shall neither be binding nor construed as constituting a commitment by the ECB except 
where provided for in a written agreement.
This e-mail is intended only for the use of the recipient(s) named above. Any 
unauthorised disclosure, use or dissemination, either in whole or in part, is 
prohibited.
If you have received this e-mail in error, please notify the sender immediately via 
e-mail and delete this e-mail from your system.


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